Skip to content

Commit fdda6b7

Browse files
charlesrocketnikneym
authored andcommitted
ci: build examples on FreeBSD
1 parent 039486f commit fdda6b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,11 @@ jobs:
107107
pkg install -y wget
108108
109109
run: |
110+
# switch to pkg
110111
wget https://ziglang.org/builds/zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
111112
tar -xf zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42.tar.xz
112113
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build test --summary all
114+
zig-x86_64-freebsd-0.15.0-dev.777+6810ffa42/zig build -Demit-example -Demit-bench --summary all
113115
114116
test-x86_64-windows:
115117
strategy:

0 commit comments

Comments
 (0)