aboutsummaryrefslogtreecommitdiffstats
path: root/.build/pages.yml
blob: c86a3eee1d09f93654c72bb0eaa9dbb4e4f849e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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