3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00

try without semi-colon

This commit is contained in:
Nikolaj Bjorner 2021-08-18 14:52:12 -07:00
parent adcdd11afc
commit 93c3fc2bda

View file

@ -224,7 +224,7 @@ jobs:
make -j3 test-z3 make -j3 test-z3
./cpp_example ./cpp_example
./c_example ./c_example
java -cp api/java/classes; JavaExample java -cp api/java/classes JavaExample
cd .. cd ..
# Skip as dead-slow in debug mode: # Skip as dead-slow in debug mode:
# - template: scripts/test-z3.yml # - template: scripts/test-z3.yml