Skip to content

Commit

Permalink
move examples to python based build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Aug 18, 2021
1 parent d980ee0 commit 810b9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ jobs:
examples\cpp_example_build_dir\cpp_example.exe
nmake c_example
examples\c_example_build_dir\c_example.exe
nmake java_example
nmake dotnet_example
nmake test-z3
test-z3.exe -a
popd
Expand All @@ -226,6 +224,8 @@ jobs:
make -j3 test-z3
./cpp_example
./c_example
./java_example
./dotnet_example
cd ..
# Skip as dead-slow in debug mode:
# - template: scripts/test-z3.yml
Expand Down

0 comments on commit 810b9d0

Please sign in to comment.