aboutsummaryrefslogtreecommitdiff
path: root/.builds/nixos.yml
blob: c537f7deb0b2898a29976b141a9abf6d52de5450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: nixos/latest
sources:
- https://git.sr.ht/~mcf/cc
- git://c9x.me/qbe.git
repositories:
  nixpkgs: https://nixos.org/channels/nixpkgs-unstable
packages:
- nixpkgs.gcc
- nixpkgs.gnumake
environment:
  PATH: $HOME/qbe/obj:$PATH
tasks:
- build: |
    make -C qbe
    cd cc
    ./configure --with-ldso=
    make all check bootstrap