Skip to content

Commit

Permalink
Exit when build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingshen Sun committed Jun 24, 2018
1 parent 0263941 commit 889f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-all.sh
@@ -1,5 +1,5 @@
#!/bin/bash

for pkg in `find packages -name "build.yml"`; do
./mkpkg/target/release/mkpkg build $pkg;
./mkpkg/target/release/mkpkg build $pkg || exit 1
done

0 comments on commit 889f17c

Please sign in to comment.