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
f1af2cee
Commit
f1af2cee
authored
Jul 09, 2019
by
Markus Mirz
Browse files
test jupyter nbs in CI
Former-commit-id:
899ffc2e
parent
d72cdb45
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f1af2cee
...
@@ -118,9 +118,9 @@ build:docker:
...
@@ -118,9 +118,9 @@ build:docker:
test:jupyter:
test:jupyter:
stage
:
test
stage
:
test
script
:
script
:
-
cd build
-
jupyter nbconvert --to notebook --execute Examples/Notebooks/Quickstart\ Guide.ipynb
-
cmake ..
-
jupyter nbconvert --to notebook --execute Examples/Notebooks/CS_R2CL.ipynb
-
make -j32 notebooks
-
jupyter nbconvert --to notebook --execute Examples/Notebooks/WSCC_9-bus_dyn_switch.ipynb
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
image
:
${DOCKER_IMAGE_DEV}:${DOCKER_TAG}
dependencies
:
dependencies
:
-
build:linux
-
build:linux
...
...
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