Used include in CI yml file
This commit is contained in:
@@ -19,8 +19,5 @@ build:
|
||||
- qmake ../DRAMSys/DRAMSys.pro
|
||||
- make -j4
|
||||
|
||||
example_ddr3:
|
||||
stage: simple-runs
|
||||
script:
|
||||
- cd build/simulator
|
||||
- ./DRAMSys
|
||||
include:
|
||||
- '/DRAMSys/tests/example_ddr3/ci.yml'
|
||||
|
||||
5
DRAMSys/tests/example_ddr3/ci.yml
Normal file
5
DRAMSys/tests/example_ddr3/ci.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
example_ddr3:
|
||||
stage: simple-runs
|
||||
script:
|
||||
- cd build/simulator
|
||||
- ./DRAMSys
|
||||
Reference in New Issue
Block a user