Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
CIM
CIMpy
Commits
aca24b60
Commit
aca24b60
authored
Dec 10, 2019
by
Jan Dinkelbach
Browse files
add ci yaml
parent
27b530e5
Pipeline
#217299
failed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitignore
View file @
aca24b60
...
@@ -7,3 +7,6 @@ __pycache__
...
@@ -7,3 +7,6 @@ __pycache__
# log files
# log files
*.log
*.log
# documentation
documentation/
.gitlab-ci.yml
0 → 100644
View file @
aca24b60
variables
:
DOCKER_TAG_DEV
:
${CI_COMMIT_REF_NAME}
DOCKER_IMAGE_DEV
:
modci-om
stages
:
-
prepare
-
generate
docker
:
stage
:
prepare
script
:
-
docker build -t ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} .
tags
:
-
shell
-
linux
documentation
:
stage
:
generate
script
:
-
cd cimpy/scripts && ./docu.sh
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
artifacts
:
paths
:
-
cimpy/documentation
tags
:
-
docker
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