Update .gitlab-ci.yml

This commit is contained in:
Lukas Steiner
2021-09-17 14:08:49 +00:00
parent 77f818fadc
commit 077e71cd08

View File

@@ -15,11 +15,13 @@ build:
script:
- git submodule sync
- git submodule update --init --recursive
- ls
- mkdir -p coverage
- mkdir -p build
- cd build
- cmake -DDRAMSYS_COVERAGE_CHECK=ON ../DRAMSys
- make -j 10
- find . -name "*.o" -type f -delete
artifacts:
paths: