Merge remote-tracking branch 'srht/master'
[worg.git] / .build.yml
blob428d03f85bd87a9289936444560b4b0596183a63
1 image: debian/stable
2 packages:
3   - emacs
4   - elpa-htmlize
5   - rsync
6 sources:
7   - https://git.sr.ht/~bzg/worg
8   - https://git.savannah.gnu.org/git/emacs/org-mode.git
9 secrets:
10   - 7a38e4c8-2b08-446e-a478-2a114a50db86
11 tasks:
12   - install: |
13       cd org-mode
14       git checkout bugfix
15       make autoloads
16       cd ../worg
17       ./publish.sh
18   - upload: |
19       rsync -e "ssh -o StrictHostKeyChecking=no" -av worg/* bzg.fr:/home/build/orgmode/worg/