1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Also install requirements in native versions

This commit is contained in:
Thom Wiggers 2019-04-05 11:51:19 +02:00
parent 13e84aec00
commit 2ffdc863c9
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363

View File

@ -18,6 +18,7 @@ version: 2
docker run -e CI=true --rm -v `pwd`:`pwd` -w `pwd` "pqclean/ci-container:$ARCH" /bin/bash -c "
uname -a &&
export CC=${CC} &&
pip3 install -r requirements.txt
cd test && python3 -m nose --rednose --verbose"
.native_job: &nativejob