Browse Source

adding gitlab-ci

merge-requests/4/head
Steven Foerster 6 years ago
parent
commit
fb2d8693bf
  1. 22
      .gitlab-ci.yml

22
.gitlab-ci.yml

@ -0,0 +1,22 @@ @@ -0,0 +1,22 @@
image: docker:latest
services:
- docker:dind
variables:
GIT_SUBMODULE_STRATEGY: "recursive"
before_script:
- apk add docker-compose
- docker info
- docker-compose --version
#include:
# - template: Code-Quality.gitlab-ci.yml
test:
stage: test
script:
- docker-compose -f base.yml pull
- docker-compose -f base.yml build
Loading…
Cancel
Save