3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-04 16:44:07 +00:00

extract jupyter template

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-11 11:52:42 -07:00
parent a393195f61
commit 5005fcc0e0
2 changed files with 7 additions and 5 deletions

View file

@ -80,11 +80,7 @@ jobs:
./test-z3 -a
cd ..
condition: eq(variables['runUnitTest'], 'True')
# Need to install jupyter-nbconvert
# - script: |
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/guide.ipynb
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/strategies.ipynb
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/advanced.ipynb
# - template: scripts/test-jupyter.hml
- script: git clone https://github.com/z3prover/z3test z3test
- script: python z3test/scripts/test_benchmarks.py build/z3 z3test/regressions/smt2

6
scripts/test-jupyter.yml Normal file
View file

@ -0,0 +1,6 @@
# Need to install jupyter-nbconvert
# -steps
# - script: |
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/guide.ipynb
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/strategies.ipynb
# jupyter-nbconvert --to notebook --execute --output out.txt examples/python/tutorial/jupyter/advanced.ipynb