Update .gitlab-ci.yml
This commit is contained in:
parent
ef34d0894f
commit
496e1e5a32
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user