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:
parent
a393195f61
commit
5005fcc0e0
|
@ -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
6
scripts/test-jupyter.yml
Normal 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
|
Loading…
Reference in a new issue