--coverage option

This commit is contained in:
scorrea
2020-06-24 18:05:01 +02:00
parent 542a7d9f32
commit 8ed64a85cf

View File

@@ -20,7 +20,7 @@ build:
- rm -rf build
- mkdir -p build
- cd build
- cmake -Wl,-fprofile-arcs,-ftest-coverage ../DRAMSys
- cmake --coverage ../DRAMSys
- make -j16
- find . -name "*.o" -type f -delete
- rm -rf ${CI_PROJECT_DIR}/coverage