3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-02 20:23:27 +00:00
z3/scripts/test-examples-cmake.yml
Nikolaj Bjorner 3631d1b85c Remove tptp5 example
Remove the examples/tptp project and its references in the CMake examples
build, mk_project.py, and the CMake examples CI script.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 57b9b87e-950a-49ea-bbb3-ed585646a5a9
2026-07-29 14:01:08 -07:00

13 lines
297 B
YAML

steps:
- script: |
set -e
cd build
ninja c_example
ninja cpp_example
ninja c_maxsat_example
examples/c_example_build_dir/c_example
examples/cpp_example_build_dir/cpp_example
examples/c_maxsat_example_build_dir/c_maxsat_example ../examples/maxsat/ex.smt
cd ..