Skip to content

Commit

Permalink
CI: add mbedtls builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 23, 2022
1 parent 959395f commit 5f1cbfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- sodium
- monocypher
- tinycrypt
- mbedtls
include:
- crypto: sodium
crypto_script: true
Expand All @@ -29,6 +30,8 @@ jobs:
crypto_script: >-
git clone https://github.com/intel/tinycrypt ../tinycrypt &&
bash -c 'cd ../tinycrypt && make -j all'
- crypto: mbedtls
crypto_script: true

- container: silkeh/clang:12
CC: clang
Expand Down

0 comments on commit 5f1cbfd

Please sign in to comment.