3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 00:55:31 +00:00

update pipelines

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-06-12 01:25:43 -07:00
parent 921a574074
commit f9677fdfd2
2 changed files with 11 additions and 9 deletions

5
scripts/test-z3.yml Normal file
View file

@ -0,0 +1,5 @@
steps:
- script: |
cd build
./test-z3 -a
cd ..