build: add -Dall_targets build option to build all known good release targets
Now just plain `--release` will build the release just for the native cpu arch and os. Adding `-Dall_targets` will build all targets in the known good list. closes #311
This commit is contained in:
parent
b1e5b2f80f
commit
31c03060cf
3 changed files with 12 additions and 3 deletions
|
@ -83,7 +83,7 @@ echo running tests...
|
|||
|
||||
echo building...
|
||||
|
||||
./zig build --release --prefix "$DESTDIR/build"
|
||||
./zig build -Dall_targets --release --prefix "$DESTDIR/build"
|
||||
|
||||
VERSION=$(/bin/cat "$DESTDIR/build/version")
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ echo running tests...
|
|||
|
||||
echo building...
|
||||
|
||||
./zig build --release --prefix "$DESTDIR/build"
|
||||
./zig build -Dall_targets --release --prefix "$DESTDIR/build"
|
||||
|
||||
cd "$DESTDIR/build"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue