Merge branch 'ci_tests' of https://git.eit.uni-kl.de/ems/astdm/dram.sys into ci_tests

This commit is contained in:
scorrea
2020-06-30 12:34:46 +02:00
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