aboutsummaryrefslogtreecommitdiff
path: root/.builds/debian.yml
blob: ac0eb9717d4c72f2499707da8f2f2568aa0d30eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
image: debian/stretch
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