mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +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 examples
|
||||
make -j3 test-z3
|
||||
# ./cpp_example
|
||||
# ./c_example
|
||||
cd ..
|
||||
- template: scripts/test-z3.yml
|
||||
- template: scripts/test-regressions.yml
|
||||
|
||||
# ./cpp_example
|
||||
# ./c_example
|
||||
|
||||
|
||||
# TBD:
|
||||
# test python bindings
|
||||
|
|
Loading…
Reference in a new issue