From 85192631b1dfc2f103f7708cc80c5352db6332b0 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 31 Oct 2019 08:48:30 -0400 Subject: [PATCH] Try the nix build on CircleCI --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1964728..ec30b48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -149,6 +149,11 @@ jobs: --no-haddock-deps" nix-shell shell.nix --run "$BUILD" + - run: + name: "Building with Nix" + command: | + nix-build ./nix/ -A PaymentServer.components.exes."PaymentServer-exe" + - save_cache: name: "Cache Nix Store Paths" key: paymentserver-nix-store-v1-{{ checksum "nixpkgs.rev" }}-{{ checksum "ristretto.nix" }} -- GitLab