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
899ffc2e
Commit
899ffc2e
authored
Jul 09, 2019
by
Markus Mirz
Browse files
test jupyter nbs in CI
parent
561c284b
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
899ffc2e
...
@@ -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