From 2f76b8f2d1c2089d3bccda86a3f7f598d0d81d88 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Thu, 8 Nov 2018 22:38:37 +0100 Subject: [PATCH] Used include in CI yml file --- .gitlab-ci.yml | 7 ++----- DRAMSys/tests/example_ddr3/ci.yml | 5 +++++ 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 DRAMSys/tests/example_ddr3/ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80a48f63..ac38a96e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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' diff --git a/DRAMSys/tests/example_ddr3/ci.yml b/DRAMSys/tests/example_ddr3/ci.yml new file mode 100644 index 00000000..bda9f443 --- /dev/null +++ b/DRAMSys/tests/example_ddr3/ci.yml @@ -0,0 +1,5 @@ +example_ddr3: + stage: simple-runs + script: + - cd build/simulator + - ./DRAMSys