build: adjust release scripts to not use zig wrapper
This commit is contained in:
parent
22e36481d6
commit
983c4844ba
2 changed files with 4 additions and 4 deletions
|
@ -79,11 +79,11 @@ git log "${last_nightly_version}..HEAD" --pretty="format:neurocyte/$APPNAME@%h %
|
|||
echo
|
||||
echo running tests...
|
||||
|
||||
./zig build test
|
||||
zig build test
|
||||
|
||||
echo building...
|
||||
|
||||
./zig build -Dall_targets --release --prefix "$DESTDIR/build"
|
||||
zig build -Dall_targets --release --prefix "$DESTDIR/build"
|
||||
|
||||
VERSION=$(/bin/cat "$DESTDIR/build/version")
|
||||
|
||||
|
|
|
@ -14,11 +14,11 @@ fi
|
|||
|
||||
echo running tests...
|
||||
|
||||
./zig build test
|
||||
zig build test
|
||||
|
||||
echo building...
|
||||
|
||||
./zig build -Dall_targets --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