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
50003735
Commit
50003735
authored
Sep 25, 2017
by
Georg Martin Reinke
Browse files
add docs stage to CI
parent
47ca1e5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
50003735
...
...
@@ -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 @
50003735
...
...
@@ -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