aboutsummaryrefslogtreecommitdiffstats
path: root/.build/pages.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build/pages.yml')
-rw-r--r--.build/pages.yml17
1 files changed, 17 insertions, 0 deletions
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