commit 94972ed

Devine Lu Linvega  ·  2023-06-08 18:08:53 +0000 UTC
parent 01fe355
Added build manifest
1 files changed,  +23, -0
+23, -0
 1@@ -0,0 +1,23 @@
 2+environment:
 3+  BUILD_SUBMITTER: git.sr.ht
 4+  SITE: rabbits.srht.site/uxn11
 5+image: debian/stable
 6+packages:
 7+- curl
 8+- libx11-dev
 9+shell: false
10+oauth: pages.sr.ht/PAGES:RW
11+sources:
12+- https://git.sr.ht/~rabbits/uxn11
13+tasks:
14+- build: |
15+    cd uxn11
16+    ./build.sh --norun
17+- upload: |
18+    tar -czf out.tar.gz uxn11/bin
19+    acurl() {
20+        set +x
21+        curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"
22+        set -x
23+    }
24+    acurl -fsS "https://pages.sr.ht/publish/${SITE}" -Fcontent=@out.tar.gz