From db7a27d3ed153b6fae771439c417ba603bd8d571 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 6 Jan 2017 11:23:40 +0100 Subject: [PATCH] add a quark job additionally to starpu one in gitlab-ci --- .gitlab-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 24f9c4ff8..20c2020d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -buildandtest: +starpu: script: - git submodule init - git submodule update @@ -7,3 +7,13 @@ buildandtest: - cmake .. - make -j2 - ctest -R test_shm_s + +quark: + script: + - git submodule init + - git submodule update + - mkdir build + - cd build + - cmake .. -DCHAMELEON_SCHED_QUARK=ON -DQUARK_DIR=/home/ci/quark-0.9.0/install + - make -j2 + - ctest -R test_shm_s \ No newline at end of file -- GitLab