diff options
| author | Selene ToyKeeper | 2023-11-05 15:54:45 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-05 15:54:45 -0700 |
| commit | 76fd7e313f2cab83c879cbf8a09cddc6585d3a76 (patch) | |
| tree | 8a01a3265231b1d3470374e0ef1b9214f2405fb9 /bin | |
| parent | Fixes syntax errors when USE_MANUAL_MEMORY is undefined. (diff) | |
| parent | Merge branch 'gretel-actions' into trunk (diff) | |
| download | anduril-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')
| -rwxr-xr-x | bin/build-all.sh | 1 |
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 |
