Mentions légales du service

Skip to content
Snippets Groups Projects
Commit db7a27d3 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

add a quark job additionally to starpu one in gitlab-ci

parent 0f9d6645
No related branches found
No related tags found
No related merge requests found
Pipeline #
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment