Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
26811290
Commit
26811290
authored
Jun 29, 2018
by
Philipp Arras
Browse files
Add first demo to CI
parent
5f3a35b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
26811290
...
...
@@ -72,3 +72,16 @@ run_ipynb:
artifacts
:
paths
:
-
'
*.png'
run_getting_started_1
:
stage
:
demo_runs
script
:
-
python demos/getting_started_1.py
-
python3 demos/getting_started_1.py
# # TODO Please uncomment this as soon as the demo is working
# run_getting_started_2:
# stage: demo_runs
# script:
# - python demos/getting_started_2.py
# - python3 demos/getting_started_2.py
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