From da14fa24ffd6bdf719c9ad70e680804fd17c0f3e Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Thu, 8 Jun 2023 11:27:29 -0700 Subject: [PATCH] Updated build manifest --- .build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.build.yml b/.build.yml index 760e0d9..70f9f97 100644 --- a/.build.yml +++ b/.build.yml @@ -3,13 +3,15 @@ oauth: pages.sr.ht/PAGES:RW environment: SITE: rabbits.srht.site/nasu sources: + - https://git.sr.ht/~rabbits/uxn11 - https://git.sr.ht/~rabbits/nasu tasks: - prepare: | - curl -fsS https://rabbits.srht.site/uxn/uxn-lin64.tar.gz | tar -zx + cd uxn11 + cc src/uxnasm.c -o ../uxnasm - build: | cd nasu - ../uxn/uxnasm src/nasu.tal ../nasu.rom + ../uxnasm src/nasu.tal ../nasu.rom - upload: | tar -czf out.tar.gz nasu.rom acurl() { @@ -18,4 +20,3 @@ tasks: set -x } acurl -fsS "https://pages.sr.ht/publish/${SITE}" -Fcontent=@out.tar.gz - acurl -fsS "https://pages.sr.ht/publish/${SITE}" -Fcontent=@out.tar.gz -Fprotocol=GEMINI