Includes flag for coverage build.

This commit is contained in:
Lukas Steiner
2020-06-30 11:15:46 +02:00
parent 066f22c798
commit 117937f4aa
5 changed files with 22 additions and 18 deletions

View File

@@ -20,8 +20,9 @@ build:
- rm -rf build
- mkdir -p build
- cd build
- export COVERAGE=true
- cmake ../DRAMSys
- make -j4
- make -j 24
- find . -name "*.o" -type f -delete
# Create Base file to cover all lines
- mkdir -p ${CI_PROJECT_DIR}/coverage