|
|
|
|
@ -5,12 +5,12 @@ oauth: pages.sr.ht/PAGES:RW
|
|
|
|
|
environment: |
|
|
|
|
SITE: rabbits.srht.site/nasu |
|
|
|
|
sources: |
|
|
|
|
- https://git.sr.ht/~rabbits/uxn11 |
|
|
|
|
- https://git.sr.ht/~rabbits/uxnmin |
|
|
|
|
- https://git.sr.ht/~rabbits/nasu |
|
|
|
|
tasks: |
|
|
|
|
- prepare: | |
|
|
|
|
xxd -r -p uxn11/etc/utils/drifloon.rom.txt drifloon.rom |
|
|
|
|
cc -DNDEBUG -O2 -g0 -s uxn11/src/uxnmin.c -o uxnmin |
|
|
|
|
xxd -r -p uxnmin/etc/utils/drifloon.rom.txt drifloon.rom |
|
|
|
|
cc -DNDEBUG -O2 -g0 -s uxnmin/src/uxnmin.c -o uxnmin |
|
|
|
|
- assemble: | |
|
|
|
|
cat nasu/src/nasu.tal nasu/src/manifest.tal nasu/src/assets.tal | uxnmin drifloon.rom > nasu.rom |
|
|
|
|
- upload: | |
|
|
|
|
|