From c29b344ceba1214548a194d885a1d3f2e819784e Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Thu, 21 Dec 2017 15:23:49 +0100 Subject: Cabalize website --- .circleci/config.yml | 2 +- .circleci/tickle.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 8aaf463..4bbc884 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: # We set jobs to 1 here because that prevents Out-Of-Memory exceptions # while compiling dependencies. name: 'Install dependencies' - command: '.circleci/tickle.sh cabal install --only-dependencies --enable-tests --jobs=1' + command: '.circleci/tickle.sh cabal install --only-dependencies --enable-tests --jobs=1 --flags="+buildWebsite"' - run: name: 'Build and run tests' command: 'cabal test' diff --git a/.circleci/tickle.sh b/.circleci/tickle.sh index 5071bb4..195c29c 100755 --- a/.circleci/tickle.sh +++ b/.circleci/tickle.sh @@ -3,7 +3,7 @@ set -o nounset -o errexit -o pipefail function tickle() { while [ true ]; do - echo "[$(date +%H:%M:%S)"] Tickling... + echo "[$(date +%H:%M:%S)] Tickling..." sleep 60 done } -- cgit v1.2.3