From d48cafebb277e4ad4b31e883cbe4f55eef9ea4a4 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 29 May 2021 19:24:41 +0200 Subject: Rewrite in TypeScript --- .gitlab-ci.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3