remove build folder and start from scratch

This commit is contained in:
Éder F. Zulian
2018-11-08 12:53:39 +01:00
parent 92f665edd7
commit 3e79ab9dc9

View File

@@ -13,6 +13,7 @@ build:
script:
- git submodule sync
- git submodule update --init --recursive
- rm -rf build
- mkdir -p build
- cd build
- qmake ../DRAMSys/DRAMSys.pro
@@ -22,4 +23,4 @@ example_ddr3:
stage: simple-runs
script:
- cd build/simulator
- ./DRAMSys
- ./DRAMSys