aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 4bfb623..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-image: node:latest
-
-cache:
- paths:
- - node_modules/
-
-before_script:
- - npm install bower
- - npm install purescript
- - npm install pulp
- - export PATH=node_modules/.bin:$PATH;
- - bower install --allow-root
-
-test:
- script:
- - make test
-
-pages:
- script:
- - make build
- artifacts:
- paths:
- - public
- only:
- - master