Changed cmake3 to cmake, which now calls the latest version.

This commit is contained in:
Lukas Steiner
2020-04-24 14:00:57 +02:00
parent 53f4e1eb36
commit a0c84e114f

View File

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