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