Mentions légales du service

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

disable ci for this branch aiming at changing the doc

parent a79ef663
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,8 @@ starpu: ...@@ -12,6 +12,8 @@ starpu:
- cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=$PWD/install - cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=$PWD/install
- make -j2 - make -j2
- ctest -V -R mpi_s - ctest -V -R mpi_s
except:
- users_doc
starpu-simgrid: starpu-simgrid:
script: script:
...@@ -22,6 +24,8 @@ starpu-simgrid: ...@@ -22,6 +24,8 @@ starpu-simgrid:
- cmake .. -DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF - cmake .. -DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF
- make -j2 - make -j2
- ctest -V - ctest -V
except:
- users_doc
quark: quark:
script: script:
...@@ -32,3 +36,5 @@ quark: ...@@ -32,3 +36,5 @@ quark:
- cmake .. -DCHAMELEON_SCHED_QUARK=ON - cmake .. -DCHAMELEON_SCHED_QUARK=ON
- make -j2 - make -j2
- ctest -V -R test_shm_s - ctest -V -R test_shm_s
except:
- users_doc
\ 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