From 75df0ab8508723ed171727727aa8e61e0cc25f94 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 Mar 2020 15:11:12 +0000 Subject: New travis build --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index dd99ef4..942cd62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,14 @@ language: nix # automatically runs nix-build git: depth: 3 # not 1 to build commits in the queue + +jobs: + include: + - name: "Cabal build" + env: NIX=0 + - name: "Nix build" + env: NIX=1 + +before_script: nix-env -i cabal ghc + +script: ./scripts/build.sh -- cgit