commit f47367e
Devine Lu Linvega
·
2025-04-19 17:28:03 +0000 UTC
parent a9b6870
Updated CI
1 files changed,
+3,
-3
+3,
-3
1@@ -11,10 +11,10 @@ sources:
2 - https://git.sr.ht/~rabbits/uxn11
3 tasks:
4 - build: |
5- cd uxn11
6- make
7+ cc -DNDEBUG -O2 -g0 -s uxn11/src/uxn11.c -lX11 -lutil -o uxn11
8+ cc -DNDEBUG -O2 -g0 -s uxn11/src/uxncli.c -lutil -o uxncli
9 - upload: |
10- tar -czf out.tar.gz uxn11/bin
11+ tar -czf out.tar.gz uxn11 uxncli
12 acurl() {
13 set +x
14 curl -H "Authorization: Bearer ${OAUTH2_TOKEN}" "${@}"