qmake to cmake.

This commit is contained in:
Lukas Steiner
2020-04-21 09:41:44 +02:00
parent 95dde8b6d8
commit ea70fb6de8
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ build:
- rm -rf build
- mkdir -p build
- cd build
- qmake ../DRAMSys/DRAMSys.pro
- cmake ../DRAMSys
- make -j4
- find . -name "*.o" -type f -delete
- rm -rf ${CI_PROJECT_DIR}/coverage