Skip to content
Snippets Groups Projects
Commit 6d636209 authored by Soeren Peters's avatar Soeren Peters
Browse files

Activate CI job for gpu code, which compiles the code and treat warnings like errors.

parent 79c40c74
No related branches found
No related tags found
1 merge request!27Remove GPU compiler warnings (Closes #4, #12)
......@@ -121,7 +121,7 @@ gcc_9_cpu_warning_like_errors:
- cd $CI_PROJECT_DIR/build
- rm -r -f ./*
- cmake ..
--preset=cpu_make_ccache
--preset=all_make_ccache
-DBUILD_WARNINGS_AS_ERRORS=ON
- make -j4
- ccache -s
......
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