Skip to content

Commit

Permalink
OK.... this time.... fingers are crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
photex committed Jun 10, 2024
1 parent 2c3a688 commit 9ea4a2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 2 additions & 3 deletions .builds/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ tasks:
../zig/zig build -Doptimize=ReleaseFast -Dtarget=aarch64-linux -p _build/aarch64
- package: |
cd ziege
cp _build/x86_64/bin/ziege ziege-linux-x86_64
cp _build/aarch64/bin/ziege ziege-linux-aarch64
cp ziege/_build/x86_64/bin/ziege ziege-linux-x86_64
cp ziege/_build/aarch64/bin/ziege ziege-linux-aarch64
5 changes: 2 additions & 3 deletions .builds/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ tasks:
../zig/zig build -Doptimize=ReleaseFast -Dtarget=aarch64-macos -p _build/aarch64
- package: |
cd ziege
cp _build/x86_64/bin/ziege ziege-macos-x86_64
cp _build/aarch64/bin/ziege ziege-macos-aarch64
cp ziege/_build/x86_64/bin/ziege ziege-macos-x86_64
cp ziege/_build/aarch64/bin/ziege ziege-macos-aarch64
3 changes: 1 addition & 2 deletions .builds/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ tasks:
../zig/zig build -Doptimize=ReleaseFast -Dtarget=x86_64-windows -Dcpu=x86_64+avx
- package: |
cd ziege
zip ziege-windows-x86_64.zip -j zig-out/bin/ziege.exe scripts/zig.bat scripts/zls.bat
zip ziege-windows-x86_64.zip -j ziege/zig-out/bin/ziege.exe scripts/zig.bat scripts/zls.bat

0 comments on commit 9ea4a2c

Please sign in to comment.