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
48cefe25
Commit
48cefe25
authored
Nov 29, 2017
by
Markus Mirz
Browse files
Update .gitlab-ci.yml
Former-commit-id:
a1bebfbd
parent
8c2e6340
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
48cefe25
...
@@ -23,6 +23,7 @@ build:
...
@@ -23,6 +23,7 @@ build:
-
mkdir build
-
mkdir build
-
cd build
-
cd build
-
cmake ..
-
cmake ..
-
make
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
artifacts
:
artifacts
:
paths
:
paths
:
...
@@ -33,14 +34,15 @@ build:
...
@@ -33,14 +34,15 @@ build:
docs
:
docs
:
stage
:
docs
stage
:
docs
script
:
script
:
-
ls
-
cd build
-
cd build
-
cmake ..
-
cmake ..
-
make docs
-
make docs
-
make docs_cxx
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV}
artifacts
:
artifacts
:
paths
:
paths
:
-
Documentation/html
-
build/Documentation/html
-
build/Documentation/Cxx/html
tags
:
tags
:
-
docker
-
docker
...
...
Write
Preview
Markdown
is supported
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