build: update to Zig 0.16
This commit is contained in:
+4
-4
@@ -41,10 +41,10 @@ tasks:
|
||||
cd ..
|
||||
|
||||
# Eat Github's resources rather than the Zig Software Foundation's resources!
|
||||
wget -nv https://github.com/ifreund/zig-tarball-mirror/releases/download/0.15.1/zig-x86_64-freebsd-0.15.1.tar.xz
|
||||
tar xf zig-x86_64-freebsd-0.15.1.tar.xz
|
||||
sudo mv zig-x86_64-freebsd-0.15.1/zig /usr/bin/
|
||||
sudo mv zig-x86_64-freebsd-0.15.1/lib /usr/lib/zig
|
||||
wget -nv https://github.com/ifreund/zig-tarball-mirror/releases/download/0.16.0/zig-x86_64-freebsd-0.16.0.tar.xz
|
||||
tar xf zig-x86_64-freebsd-0.16.0.tar.xz
|
||||
sudo mv zig-x86_64-freebsd-0.16.0/zig /usr/bin/
|
||||
sudo mv zig-x86_64-freebsd-0.16.0/lib /usr/lib/zig
|
||||
- build: |
|
||||
cd river-classic
|
||||
zig build --summary all
|
||||
|
||||
Reference in New Issue
Block a user