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