aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
blob: e038d3ceb29c42c5ce3400f745fce3a023607d61 (plain)
1
2
3
4
5
6
7
8
9
image: alpine/edge
sources:
  - https://git.sr.ht/~mcf/cc
  - https://github.com/michaelforney/qbe
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