Skip to content

Commit 82ccb15

Browse files
author
Nicolai Parlog
committed
Abort compilation on error
1 parent c30697a commit 82ccb15

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
echo "--- COMPILATION & PACKAGING ---"
45

multi-compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
echo "--- COMPILATION & PACKAGING ---"
45

0 commit comments

Comments
 (0)