Skip to content
Snippets Groups Projects
Commit 4a76adee authored by Ian Bell's avatar Ian Bell
Browse files

Also turn on teqpc again

parent 1b8cbfb7
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ jobs:
- name: mkdir
run: mkdir build && cd build
- name: cmake config
run: cd build && CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release -DTEQP_SNIPPETS=ON
- name: build sll Catch tests
run: cd build && CXX=clang++ cmake .. -DCMAKE_BUILD_TYPE=Release -DTEQP_SNIPPETS=ON -DTEQP_TEQPC=ON
- name: build all Catch tests
run: cmake --build build --target catch_tests
- name: build teqpc shared library
run: cmake --build build --target teqpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment