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

Remove python, since not needed for gcov running

parent 4f0e7b24
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,6 @@ COPY CodeCoverage.cmake /teqp
# Run the catch exe, generating gcov output
WORKDIR /teqp
CMD mkdir build && cd build && cp ../CodeCoverage.cmake . && \
cmake .. -GNinja -DTEQP_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug && \
cmake .. -GNinja -DTEQP_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug -DTEQP_NO_PYTHON=ON && \
cmake --build . --target teqp_coverage && \
zip -r /output/html.zip teqp_coverage
\ No newline at end of file
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