mirror of
https://github.com/Z3Prover/z3
synced 2025-04-04 08:39:57 +00:00
update pipelines
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
921a574074
commit
f9677fdfd2
|
@ -16,12 +16,11 @@ jobs:
|
|||
cd build
|
||||
make
|
||||
make examples
|
||||
ls
|
||||
make test-z3
|
||||
./cpp_example
|
||||
./c_example
|
||||
make test-z3
|
||||
./test-z3 -a
|
||||
cd ..
|
||||
- template: scripts/test-z3.yml
|
||||
- template: scripts/regression-test.yml
|
||||
|
||||
|
||||
|
@ -72,9 +71,8 @@ jobs:
|
|||
javac examples/java/Javaexamplejava -classpath com.microsoft.z3.jar
|
||||
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
||||
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
||||
./test-z3 -a
|
||||
cd ..
|
||||
- script: |
|
||||
- script |
|
||||
cd build
|
||||
./test-z3 -a
|
||||
cd ..
|
||||
|
@ -100,12 +98,11 @@ jobs:
|
|||
cd build
|
||||
make
|
||||
make examples
|
||||
ls
|
||||
make test-z3
|
||||
./cpp_example
|
||||
./c_example
|
||||
make test-z3
|
||||
./test-z3 -a
|
||||
cd ..
|
||||
- template: scripts/test-z3.yml
|
||||
- template: scripts/regression-test.yml
|
||||
|
||||
|
||||
|
@ -135,8 +132,8 @@ jobs:
|
|||
javac examples/java/Javaexamplejava -classpath com.microsoft.z3.jar
|
||||
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
||||
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
||||
./test-z3 -a
|
||||
cd ..
|
||||
- template: scripts/test-z3.yml
|
||||
- template: scripts/regression-test.yml
|
||||
|
||||
|
||||
|
|
5
scripts/test-z3.yml
Normal file
5
scripts/test-z3.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
steps:
|
||||
- script: |
|
||||
cd build
|
||||
./test-z3 -a
|
||||
cd ..
|
Loading…
Reference in a new issue