17 lines
367 B
YAML
17 lines
367 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/tekuti-el/elpa/" \
|
|
-Fcontent=@tekuti.tar.gz
|