aboutsummaryrefslogtreecommitdiffstats
path: root/.builds/pages.yml
blob: 595407c75d246a4696874aa5a7f74d59ea5656f3 (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/tekuti-el/elpa/" \
            -Fcontent=@tekuti.tar.gz