diff options
| author | Selene ToyKeeper | 2023-11-05 13:08:15 -0700 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-11-05 13:08:15 -0700 |
| commit | 7bf25607f1f7519b02521b941bfa4690eece44df (patch) | |
| tree | 8f0c8191d8b2d8329cf6f96b43f453eee57a5059 /make | |
| parent | initial test to fix branch names and see if actions work (diff) | |
| download | anduril-7bf25607f1f7519b02521b941bfa4690eece44df.tar.gz anduril-7bf25607f1f7519b02521b941bfa4690eece44df.tar.bz2 anduril-7bf25607f1f7519b02521b941bfa4690eece44df.zip | |
help CI detect build failures
made 'make' and 'build-all.sh' exit with an error on fail,
so CI can hopefully detect it...
and added an intentional source bug to make it fail for testing purposes
Diffstat (limited to '')
| -rwxr-xr-x | make | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -59,7 +59,7 @@ function main() { ;; dfp) shift - ./bin/dfp-install.sh "$@" + exec ./bin/dfp-install.sh "$@" ;; docs) make-docs @@ -79,7 +79,7 @@ function main() { grep -E 'TODO:|FIXME:' **/*.[ch] ;; *) - ./bin/build-all.sh "$@" + exec ./bin/build-all.sh "$@" ;; esac } |
