From db14c560d4658a0ed668a04b8f0d9f54bbb77050 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Tue, 14 May 2019 20:55:29 -0700 Subject: Add NixOS continuous build --- .builds/nixos.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .builds/nixos.yml 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 -- cgit v1.2.3