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

feat: setup detectors with ccache

parent eb1ea655
No related branches found
No related tags found
No related merge requests found
...@@ -122,6 +122,7 @@ if __name__ == '__main__': ...@@ -122,6 +122,7 @@ if __name__ == '__main__':
detector=proj), detector=proj),
'&&', '&&',
'cmake -B /tmp/build -S /tmp/det -DCMAKE_CXX_STANDARD=17', '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), '-DCMAKE_INSTALL_PREFIX={prefix}'.format(prefix=prefix),
'&&', '&&',
'cmake --build /tmp/build -j$(($(($(nproc)/4))+1)) -- install'] '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