aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian.yml
blob: 84530d1c0d6dc019a682c3f26ca45d935c7206b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
image: debian/stretch
sources:
- https://git.sr.ht/~mcf/cproc
- git://c9x.me/qbe.git
environment:
  PATH: $HOME/qbe/obj:$PATH
tasks:
- build: |
    make -C qbe
    cd cproc
    ./configure
    make all check bootstrap
triggers:
- action: email
  condition: failure
  to: ~mcf/cproc@lists.sr.ht