Skip to content

Commit 8cfa3cf

Browse files
authored
Add error handling to build script
1 parent 4853b8d commit 8cfa3cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stable/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
set -e
12
set -o errexit
23
set -o pipefail
34
g++ -O2 -std=c++17 QapGen/QapGen.cpp -o QapGen.elf
45
mv QapGen.elf Release
56
cd Release
67
./QapGen.elf input.qapdsl.hpp|head
7-
cd ..
8+
cd ..

0 commit comments

Comments
 (0)