summaryrefslogtreecommitdiffstats
path: root/.build.yml
blob: 70de5233463b9e792dedd33ecd44fb4ef239f227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: debian/testing
packages:
  - emacs-nox
  - rsync
  - gnuplot-nox
sources:
  - https://git.sr.ht/~ymherklotz/ymhg-notes
secrets:
  - f1c07b45-32bd-4559-b370-28e59e4c11e1
tasks:
  - install-deps: make -C ymhg-notes install-deps
  - build: make -C ymhg-notes build
  - upload: make -C ymhg-notes upload