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
7863beb1
Commit
7863beb1
authored
Aug 30, 2019
by
Steffen Vogel
🎅🏼
Committed by
Markus Mirz
Jan 31, 2020
Browse files
minor tweaks to gitlab-ci
parent
c303bdba
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7863beb1
...
...
@@ -16,7 +16,6 @@ stages:
-
test
-
generate
-
deploy
#- post-all
docker
:
stage
:
prepare
...
...
@@ -26,12 +25,12 @@ docker:
--tag ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
--tag ${DOCKER_IMAGE_DEV}:latest .
# build dedicated jupyter image in the future
#
- docker build
#
--file Packaging/Docker/Dockerfile.jupyter
#
--build-arg DOCKER_IMAGE=${DOCKER_IMAGE_DEV}
#
--build-arg DOCKER_TAG=${DOCKER_TAG_DEV}
#
--tag ${DOCKER_IMAGE_DEV}-jupyter:${DOCKER_TAG_DEV}
#
--tag ${DOCKER_IMAGE_DEV}-jupyter:latest .
-
docker build
--file Packaging/Docker/Dockerfile.jupyter
--build-arg DOCKER_IMAGE=${DOCKER_IMAGE_DEV}
--build-arg DOCKER_TAG=${DOCKER_TAG_DEV}
--tag ${DOCKER_IMAGE_DEV}-jupyter:${DOCKER_TAG_DEV}
--tag ${DOCKER_IMAGE_DEV}-jupyter:latest .
tags
:
-
shell
-
linux
...
...
@@ -217,16 +216,4 @@ deploy:packages:
tags
:
-
fein-deploy
-
shell
-
linux
# We run the windows build at last as it takes ages to finish
#build:windows:
# stage: post-all
# script:
# - rmdir build /s
# - mkdir build
# - cd build
# - cmake -G "Visual Studio 15 2017 Win64" ..
# - cmake --build .
# tags:
# - windows
-
linux
\ No newline at end of file
Steffen Vogel
🎅🏼
@stvogel
mentioned in commit
f03b28ad
·
Feb 13, 2020
mentioned in commit
f03b28ad
mentioned in commit f03b28ad96aaf6ecfe5a8298d7e9103163eca588
Toggle commit list
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