--coverage option
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user