Stop docker building on error

This commit is contained in:
Tony Garnock-Jones 2021-09-04 16:43:54 +02:00
parent 8b4798b9f6
commit 22a5a464f0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh
set -eu
(cd ..; cross build --target x86_64-unknown-linux-musl) &
make -C ../../../syndicate-rs static &
wait