diff options
Diffstat (limited to '.builds/nixos.yml')
-rw-r--r-- | .builds/nixos.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.builds/nixos.yml b/.builds/nixos.yml new file mode 100644 index 0000000..c537f7d --- /dev/null +++ b/.builds/nixos.yml @@ -0,0 +1,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 |