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
ce055e69
Commit
ce055e69
authored
May 24, 2019
by
Markus Mirz
Browse files
Update .gitlab-ci.yml
parent
7cd21f04
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ce055e69
...
...
@@ -21,7 +21,7 @@ stages:
docker
:
stage
:
prepare
script
:
-
docker build
--no-cache
-
docker build
--file Packaging/Docker/Dockerfile.dev
--tag ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
--tag ${DOCKER_IMAGE_DEV}:latest .
...
...
@@ -31,6 +31,7 @@ docker:
build:linux:
stage
:
build
script
:
-
ls -l /usr/share/cmake/Modules/
-
mkdir -p build
-
cd build
-
cmake ..
...
...
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