summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-04-09 01:27:05 +0000
committerAdam Carpenter <gitlab@53hor.net>2019-04-09 01:27:05 +0000
commitbe8868e2bae8a8ff1caf03f9ad38978432b6340d (patch)
tree8cd941d55d527f2d5844433f5fc9e2d343f954a9 /.gitlab-ci.yml
parentd12df2aa6b3aef661f9925e855c397cefd983aab (diff)
downloadcobalt-site-be8868e2bae8a8ff1caf03f9ad38978432b6340d.tar.xz
cobalt-site-be8868e2bae8a8ff1caf03f9ad38978432b6340d.zip
Init GitLab CI YAML.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..f55167e
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+test:
+ stage: test
+ script:
+ - bundle exec cobalt build --trace
+ except:
+ - master
+
+deploy:
+ stage: deploy
+ script:
+ - bundle exec ls _site
+ only:
+ - master
+