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
cf82b132
Commit
cf82b132
authored
Sep 25, 2017
by
Georg Martin Reinke
Browse files
add docs stage to CI
Former-commit-id: 50003735347c0f17abf17b5d5d94cb1c1bd5365b
parent
b74b87b7
Changes
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cf82b132
...
...
@@ -5,6 +5,7 @@ variables:
stages
:
-
prepare
-
build
-
docs
-
test
docker
:
...
...
@@ -28,6 +29,19 @@ build:
tags
:
-
docker
docs
:
stage
:
docs
script
:
-
mv Source/build/libdpsim.so Documentation/dpsim.so
-
cd Documentation
-
make html
image
:
${DOCKER_IMAGE}
artifacts
:
paths
:
-
Documentation/_build
tags
:
-
docker
test
:
stage
:
test
script
:
...
...
Dockerfile
View file @
cf82b132
...
...
@@ -14,6 +14,7 @@ RUN dnf -y install \
doxygen
\
libxml2-devel
\
python3-pandas
\
python3-numpy
python3-numpy
\
python3-sphinx
RUN
dnf
-y
install
villas-node-devel
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