image: haskell:latest cache: paths: - .stack-work - output pages: script: - apt-get update - apt-get install -y xz-utils make - export STACK_ROOT="$(pwd)/.stack" - stack setup - stack build - stack exec jardin build artifacts: paths: - public only: - master