aboutsummaryrefslogtreecommitdiff
path: root/.builds/openbsd.yml
blob: 508c8ca79608088a2d2dba64fe607e00f2ebf9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: openbsd/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
    # OpenBSD support is not quite there (#53), so just build hello world
    ./cc -o hello test/hello.c
    ./hello