Read binaries from file interface on runtime #70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |