Skip to content

Commit

Permalink
Update release test script to run in CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Feb 1, 2024
1 parent 702f228 commit e114a5d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,16 @@ else
fi

if [ -d oqs-template ]; then
# just a temp setup
git checkout -b reltest
# Activate all algorithms
sed -i "s/enable\: false/enable\: true/g" oqs-template/generate.yml
python3 oqs-template/generate.py
rm -rf _build
./scripts/fullbuild.sh
./scripts/runtests.sh
if [ -f .local/bin/openssl ]; then
OPENSSL_MODULES=`pwd`/_build/lib OPENSSL_CONF=`pwd`/scripts/openssl-ca.cnf python3 -m pytest --numprocesses=auto scripts/test_tls_full.py
else
echo "For full TLS PQ SIG/KEM matrix test, build (latest) openssl locally."
fi
git reset --hard && git checkout main && git branch -D reltest
else
echo "$0 must be run in main oqs-provider folder. Exiting."
fi
Expand Down

0 comments on commit e114a5d

Please sign in to comment.