We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set -e
1 parent aa40669 commit 69c7cebCopy full SHA for 69c7ceb
scripts/test-all.sh
@@ -1,4 +1,6 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
./scripts/test.sh
6
./scripts/test-examples.sh
scripts/test-examples.sh
@@ -1,5 +1,7 @@
mkdir -p examples/build
cd examples/build
7
cmake ..
scripts/test.sh
mkdir -p tests/build
cd tests/build
0 commit comments