From ba5d9c29f3defd28c5973d257a86f910deb78986 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 23 Mar 2022 19:05:29 -0700 Subject: Set up automated builds on Sourcehut This builds both a package archive and the readme. --- .build/pages.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .build/pages.yml (limited to '.build/pages.yml') diff --git a/.build/pages.yml b/.build/pages.yml new file mode 100644 index 0000000..c86a3ee --- /dev/null +++ b/.build/pages.yml @@ -0,0 +1,17 @@ +image: alpine/latest +oauth: pages.sr.ht/PAGES:RW +packages: + - make + - emacs-nox + - git +tasks: + - stamp-version: | + cd tekuti-el + make stamp-version + - package: | + cd tekuti-el + make package + - upload: | + cd tekuti-el + acurl -f "https://pages.sr.ht/publish/ryuslash.srht.site/pcomplete-p4/elpa/" \ + -Fcontent=@pcomplete-p4.tar.gz -- cgit v1.2.3-54-g00ecf