diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-19 15:23:47 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-06-19 15:40:32 +0700 |
commit | 7451d8fce4c50729ab3192c93422fa79c9e4fe85 (patch) | |
tree | 5a3e89989103b43aac1e3c934f4897b11f91ae2e /.build.yml | |
parent | a9faca40b3929f22ad1e21c071c853af47b0b7bc (diff) | |
download | clipbuzz-2.0.0.tar.gz |
Translate from C to Zig 2.0.0
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..500a409 --- /dev/null +++ b/.build.yml @@ -0,0 +1,11 @@ +image: archlinux +packages: + - libx11 + - libxfixes + - zig +sources: + - https://git.sr.ht/~cnx/clipbuzz +tasks: + - build: | + cd clipbuzz + zig build |