mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 04:48:45 +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
|
cd build
|
||||||
make
|
make
|
||||||
make examples
|
make examples
|
||||||
ls
|
make test-z3
|
||||||
./cpp_example
|
./cpp_example
|
||||||
./c_example
|
./c_example
|
||||||
make test-z3
|
|
||||||
./test-z3 -a
|
|
||||||
cd ..
|
cd ..
|
||||||
|
- template: scripts/test-z3.yml
|
||||||
- template: scripts/regression-test.yml
|
- template: scripts/regression-test.yml
|
||||||
|
|
||||||
|
|
||||||
|
@ -72,9 +71,8 @@ jobs:
|
||||||
javac examples/java/Javaexamplejava -classpath com.microsoft.z3.jar
|
javac examples/java/Javaexamplejava -classpath com.microsoft.z3.jar
|
||||||
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
||||||
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
||||||
./test-z3 -a
|
|
||||||
cd ..
|
cd ..
|
||||||
- script: |
|
- script |
|
||||||
cd build
|
cd build
|
||||||
./test-z3 -a
|
./test-z3 -a
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -100,12 +98,11 @@ jobs:
|
||||||
cd build
|
cd build
|
||||||
make
|
make
|
||||||
make examples
|
make examples
|
||||||
ls
|
make test-z3
|
||||||
./cpp_example
|
./cpp_example
|
||||||
./c_example
|
./c_example
|
||||||
make test-z3
|
|
||||||
./test-z3 -a
|
|
||||||
cd ..
|
cd ..
|
||||||
|
- template: scripts/test-z3.yml
|
||||||
- template: scripts/regression-test.yml
|
- template: scripts/regression-test.yml
|
||||||
|
|
||||||
|
|
||||||
|
@ -135,8 +132,8 @@ jobs:
|
||||||
javac examples/java/Javaexamplejava -classpath com.microsoft.z3.jar
|
javac examples/java/Javaexamplejava -classpath com.microsoft.z3.jar
|
||||||
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
export LD_LIBRARY_PATH=$(pwd):${LD_LIBRARY_PATH}
|
||||||
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
java -cp .:examples/java:com.microsoft.z3.jar JavaExample
|
||||||
./test-z3 -a
|
|
||||||
cd ..
|
cd ..
|
||||||
|
- template: scripts/test-z3.yml
|
||||||
- template: scripts/regression-test.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