aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: df36db3e47c0cade3331fa47f2f8f9845b70bdb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: alpine/edge
sources:
- https://git.sr.ht/~mcf/cc
- git://c9x.me/qbe.git
environment:
  PATH: $HOME/qbe/obj:$PATH
tasks:
- build: |
    make -C qbe
    cd cc
    ./configure
    make all check bootstrap