Skip to content

Read binaries from file interface on runtime #70

Read binaries from file interface on runtime

Read binaries from file interface on runtime #70

# Copyright (c) 2020-2023 SECOM CO., LTD. All Rights reserved.
# SPDX-License-Identifier: BSD-2-Clause
name: Docker Image CI for libteep with OpenSSL1.1.1
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: |
docker build -t libcsuit_ossl -f ossl.Dockerfile .
docker run -t libcsuit_ossl