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
Power System Simulation and Optimization
DPsim
DPsim
Commits
fd15c712
Commit
fd15c712
authored
Jun 17, 2018
by
Steffen Vogel
🎅🏼
Browse files
docker: build and deploy new docker via CI
parent
dbe00074
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fd15c712
...
...
@@ -69,6 +69,13 @@ build:packages:
-
build/*.rpm
-
build/*.tar.gz
build:docker:
stage
:
build
script
:
-
docker build -f Packaging/Docker/Dockerfile -t rwthacs/dpsim:${DOCKER_TAG_DEV} .
tags
:
-
shell
test:pytest:
stage
:
test
script
:
...
...
@@ -83,6 +90,15 @@ test:pytest:
tags
:
-
docker
deploy:docker:
stage
:
deploy
script
:
-
docker push rwthacs/dpsim:${DOCKER_TAG_DEV} .
dependencies
:
-
build:docker
tags
:
-
shell
deploy:docs:
stage
:
deploy
script
:
...
...
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