diff options
author | Joris | 2019-02-02 17:14:33 +0100 |
---|---|---|
committer | Joris | 2019-02-02 17:14:33 +0100 |
commit | 142e0c9fac9896f8cb134fd1e1b010753402e7b8 (patch) | |
tree | 6315c75f5d8a2a0c4f6e6b7251f621fde933ac9f /.gitlab-ci.yml | |
parent | fb470f57438047ac8bd635dc485881ebae4ab0ff (diff) |
Make it works and add “galette” recipe
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
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 |