18 lines
376 B
YAML
18 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
|