Skip to content

Commit 6027067

Browse files
committed
builds.sr.ht
1 parent 5b07d9d commit 6027067

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.build.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
image: archlinux
2+
packages:
3+
- zig
4+
sources:
5+
- [email protected]:~cx-u/niceware-cli
6+
tasks:
7+
- build: |
8+
cd niceware-cli
9+
zig build
10+
- test: |
11+
cd niceware-cli
12+
zig build test

0 commit comments

Comments
 (0)