From 142e0c9fac9896f8cb134fd1e1b010753402e7b8 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 2 Feb 2019 17:14:33 +0100 Subject: Make it works and add “galette” recipe --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9677cd6..2016415 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,8 +11,8 @@ cache: - target - output - node_modules - - bower_components - yarn.lock + - .psc-package pages: script: @@ -20,11 +20,11 @@ pages: - apt-get install -y curl - curl -sL https://deb.nodesource.com/setup_8.x | bash - apt-get install -y xz-utils make nodejs - - npm install bower + - npm install psc-package - npm install purescript - npm install pulp - export PATH="$(pwd)/node_modules/.bin":$PATH - - bower install --allow-root + - psc-package install - make test - export STACK_ROOT="$(pwd)/.stack" - stack setup -- cgit v1.2.3