Skip to content
Snippets Groups Projects
Commit 61fda057 authored by Tobias Winchen's avatar Tobias Winchen
Browse files

Use debug mode in auto build for pedantic tests

parent 8f02e959
Branches
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ build_cuda:
script:
- mkdir build
- cd build
- cmake .. -DPSRDADA_INCLUDE_DIR=/usr/local/include/psrdada -DENABLE_CUDA=True
- cmake .. -DPSRDADA_INCLUDE_DIR=/usr/local/include/psrdada -DENABLE_CUDA=True -DCMAKE_BUILD_TYPE=DEBUG
- make -j8
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment