Skip to content

Commit

Permalink
CI: add hash-sigs build
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Feb 23, 2022
1 parent 736f181 commit c5cccd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- tinycrypt
- mbedtls
- c25519
- hash-sigs
include:
- crypto: sodium
crypto_script: true
Expand All @@ -40,6 +41,9 @@ jobs:
apt install -y unzip &&
wget https://www.dlbeer.co.nz/downloads/c25519-2017-10-05.zip -O ../c25519.zip &&
bash -c 'cd .. && unzip c25519.zip'
- crypto: hash-sigs
crypto_script: >-
git clone https://github.com/future-proof-iot/hash-sigs.git ../hash-sigs
- container: silkeh/clang:12
CC: clang
Expand Down

0 comments on commit c5cccd7

Please sign in to comment.