summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/srp/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2018-01-31 10:06:21 +0100
committerAzul <azul@riseup.net>2018-01-31 10:06:21 +0100
commit44f7e6f800dc1f6f2fc29e713bc49e1255856b2e (patch)
tree4916a01bd5ed705ad8690f7605fc379011d6f302 /app/assets/javascripts/srp/.gitlab-ci.yml
parent8370b62870a3100e126e6434a09eb518c26dfd71 (diff)
git subrepo clone https://leap.se/git/srp_js app/assets/javascripts/srp
subrepo: subdir: "app/assets/javascripts/srp" merged: "2088cbe" upstream: origin: "https://leap.se/git/srp_js" branch: "master" commit: "2088cbe" git-subrepo: version: "0.3.1" origin: "https://github.com/ingydotnet/git-subrepo" commit: "a7ee886"
Diffstat (limited to 'app/assets/javascripts/srp/.gitlab-ci.yml')
-rw-r--r--app/assets/javascripts/srp/.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/javascripts/srp/.gitlab-ci.yml b/app/assets/javascripts/srp/.gitlab-ci.yml
new file mode 100644
index 0000000..fc861e5
--- /dev/null
+++ b/app/assets/javascripts/srp/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+image: ruby:latest
+
+# This folder is cached between builds
+# http://docs.gitlab.com/ce/ci/yaml/README.html#cache
+cache:
+ paths:
+ - node_modules/
+
+test:
+ script:
+ - npm install
+ - npm test \ No newline at end of file