summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
AgeCommit message (Collapse)Author
2017-12-09ci: also test with ruby 2.4Azul
2017-04-21ci: logs and debug files as artifactsAzul
2017-03-23cleanup: no more submodulesAzul
2017-03-22test: also test ruby 2.3Azul
2016-11-17ci: share cache for gems between branches and jobsAzul
bundler and rubygems should be robust enough to share one dir in different branches. This way gems can be reused. If new versions are required they will just be added to the shared cache.
2016-08-15[ci] gitlab: actually cache bundleAzul
2016-08-15[ci] move configs into config dirAzul
2016-08-12[ci] checkout submodule on gitlabAzul
2016-08-08[ci] setup couch for gitlabAzul
Couch docker image will be available on the host called couchdb. So we use curl to check for it and display the version string. And then we move a couchdb.yml config file into place so the right host will be used.
2016-08-01Add .gitlab-ci.ymlazul