Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Test WITH_ULFIUS=OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Mar 5, 2021
1 parent 703e46b commit d439802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
mkdir build
# build ulfius, run tests, build package
cd build
cmake -DBUILD_RHONABWY_TESTING=on -DBUILD_RHONABWY_DOCUMENTATION=on -DWITH_ULFIUS=OFF ..
make
rm -rf *
cmake -DBUILD_RHONABWY_TESTING=on -DBUILD_RHONABWY_DOCUMENTATION=on ..
../test/cert/create-cert.sh || (cat ../test/cert/certtool.log && false)
ln -s ../test/cert/ .
Expand Down

0 comments on commit d439802

Please sign in to comment.