diff options
Diffstat (limited to '.build.yaml')
| -rw-r--r-- | .build.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.build.yaml b/.build.yaml new file mode 100644 index 0000000..dd5ce06 --- /dev/null +++ b/.build.yaml @@ -0,0 +1,12 @@ +# build manifest for builds.sr.ht +image: archlinux +sources: + - https://git.sr.ht/~ewy/pik +packages: + - go +tasks: + - build: | + cd pik + bash .pik/build.sh +artifacts: + - pik/pik
\ No newline at end of file |
