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