Update .gitlab-ci.yml
This commit is contained in:
@@ -18,8 +18,10 @@ build:
|
||||
- qmake ../DRAMSys/DRAMSys.pro
|
||||
- make -j4
|
||||
|
||||
check-for-crash:
|
||||
example_ddr3:
|
||||
stage: simple-runs
|
||||
script:
|
||||
- cd build/simulator
|
||||
- ./DRAMSys
|
||||
- cd ../traceAnalyzer
|
||||
- python ../../DRAMSys/traceAnalyzer/scripts/tests.py ../simulator/PETRINET_REFERENCE_ddr3-example_ddr3_ch0.tdb | grep "All tests passed"
|
||||
|
||||
Reference in New Issue
Block a user