Update .gitlab-ci.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user