aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: 71ed175a4c97060e4ee7544ff7a1ee4a2cd88a92 (plain)
1
2
3
4
5
6
7
8
9
image: alpine/edge
sources:
  - https://git.sr.ht/~mcf/cc
  - git://c9x.me/qbe.git
tasks:
  - build: |
      make -C qbe
      echo 'CFLAGS=-DDYNAMICLINKER=\"/lib/ld-musl-x86_64.so.1\"' >cc/config.mk
      PATH=$PWD/qbe/obj:$PATH make -C cc all check bootstrap