mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
yaml parsing
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5663aa0b16
commit
ab98837675
|
@ -24,12 +24,13 @@ jobs:
|
||||||
make -j3
|
make -j3
|
||||||
make -j3 examples
|
make -j3 examples
|
||||||
make -j3 test-z3
|
make -j3 test-z3
|
||||||
# ./cpp_example
|
|
||||||
# ./c_example
|
|
||||||
cd ..
|
cd ..
|
||||||
- template: scripts/test-z3.yml
|
- template: scripts/test-z3.yml
|
||||||
- template: scripts/test-regressions.yml
|
- template: scripts/test-regressions.yml
|
||||||
|
|
||||||
|
# ./cpp_example
|
||||||
|
# ./c_example
|
||||||
|
|
||||||
|
|
||||||
# TBD:
|
# TBD:
|
||||||
# test python bindings
|
# test python bindings
|
||||||
|
|
Loading…
Reference in a new issue