Update .gitlab-ci.yml

This commit is contained in:
Gregor Kleen 2019-11-07 16:47:37 +01:00
parent ef34d0894f
commit 496e1e5a32

View File

@ -1,8 +1,8 @@
default:
image: fpco/stack-build:lts-13.21
before_script:
- apt-get install -y --no-install-recommends gcc
- echo $PATH | xargs -d ':' -- ls
- apt-get install -y --no-install-recommends build-essential
- ln -s $(which g++-7) $(dirname $(which g++-7))/g++
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack"