summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-03 12:20:23 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-03 12:20:23 +0100
commit2cdec3df39e5d84b18cf2e735d32b7ec0bf5ffd1 (patch)
tree73e5cb74a9221027fa853273bb13434c80ab27d7 /.circleci
parent1622bf09e12b8df74f1303cfa2e0c4bc461c3350 (diff)
Ensure stack is available
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index abdfa0f..0071a65 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -8,6 +8,9 @@ jobs:
8 - restore_cache: 8 - restore_cache:
9 key: stack-deps-{{ checksum "stack.yaml" }} 9 key: stack-deps-{{ checksum "stack.yaml" }}
10 - run: 10 - run:
11 name: Install stack
12 command: nix-env -i stack
13 - run:
11 name: Setup build toolchain 14 name: Setup build toolchain
12 command: stack --nix setup 15 command: stack --nix setup
13 - run: 16 - run: