aboutsummaryrefslogtreecommitdiff
path: root/bin/build-all.sh
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-11-05 15:54:45 -0700
committerSelene ToyKeeper2023-11-05 15:54:45 -0700
commit76fd7e313f2cab83c879cbf8a09cddc6585d3a76 (patch)
tree8a01a3265231b1d3470374e0ef1b9214f2405fb9 /bin/build-all.sh
parentFixes syntax errors when USE_MANUAL_MEMORY is undefined. (diff)
parentMerge branch 'gretel-actions' into trunk (diff)
downloadanduril-76fd7e313f2cab83c879cbf8a09cddc6585d3a76.tar.gz
anduril-76fd7e313f2cab83c879cbf8a09cddc6585d3a76.tar.bz2
anduril-76fd7e313f2cab83c879cbf8a09cddc6585d3a76.zip
Merge branch 'trunk' into DurvalMenezes-undef_USE_MANUAL_MEMORY_fix
* trunk: removed test branch from action triggers (the action works and seems ready to merge) test: is apt-get any faster than apt? github actions: cache the Atmel DFP files between runs fixed intentional error, because CI build-fail test worked correctly help CI detect build failures initial test to fix branch names and see if actions work make clean: don't remove files in arch/dfp/ docs: added info on contributing, fixed minor formatting issues basic compile workflow publishing artifacts to test
Diffstat (limited to 'bin/build-all.sh')
-rwxr-xr-xbin/build-all.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build-all.sh b/bin/build-all.sh
index 2d443a5..ac8ea98 100755
--- a/bin/build-all.sh
+++ b/bin/build-all.sh
@@ -66,4 +66,5 @@ echo "===== $PASS builds succeeded, $FAIL failed ====="
#echo "PASS: $PASSED"
if [ 0 != $FAIL ]; then
echo "FAIL:$FAILED"
+ exit 1
fi