Skip to content
Snippets Groups Projects
Commit bbb86887 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

feat: setup detectors with ccache

parent b058fbf3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !459. Comments created here will be created in the context of that merge request.
......@@ -122,6 +122,7 @@ if __name__ == '__main__':
detector=proj),
'&&',
'cmake -B /tmp/build -S /tmp/det -DCMAKE_CXX_STANDARD=17',
'-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache',
'-DCMAKE_INSTALL_PREFIX={prefix}'.format(prefix=prefix),
'&&',
'cmake --build /tmp/build -j$(($(($(nproc)/4))+1)) -- install']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment