Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
b79f0267
Commit
b79f0267
authored
May 21, 2019
by
remy
Browse files
adding gitlab-ci file for tests
parent
efdfa2d2
Pipeline
#171
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
b79f0267
stages
:
-
build
-
deploy
image
:
tmaier/docker-compose:latest
services
:
-
docker:dind
job 1
:
stage
:
build
before_script
:
-
wget http://web.mbb.univ-montp2.fr/download/wicopa.sql.gz
-
gunzip -d wicopa.sql.gz
before_script
:
-
hostname
-
docker info
-
docker-compose --version
buildJob
:
stage
:
build
tags
:
-
docker
script
:
-
docker-compose build
RunDeployment
:
stage
:
deploy
tags
:
-
docker
script
:
-
docker-compose up
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment