tekuti-el/.build/pages.yml
Tom Willemse ba5d9c29f3 Set up automated builds on Sourcehut
This builds both a package archive and the readme.
2022-03-23 19:05:29 -07:00

17 lines
376 B
YAML

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