Mentions légales du service

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

Add macosx ci tests during merge requests

parent ed22b695
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ build_starpu_simgrid: ...@@ -51,7 +51,7 @@ build_starpu_simgrid:
VERSION: starpu_simgrid VERSION: starpu_simgrid
build_starpu_macosx: build_starpu_macosx:
extends: .only-master extends: .only-branches
stage: build stage: build
tags: ['macosx'] tags: ['macosx']
variables: variables:
......
...@@ -79,7 +79,7 @@ test_starpu_mpi_z: ...@@ -79,7 +79,7 @@ test_starpu_mpi_z:
TESTS_RESTRICTION: "-R \"_${CATEGORY}_${PRECISION}\"" TESTS_RESTRICTION: "-R \"_${CATEGORY}_${PRECISION}\""
test_starpu_shm_s_macosx: test_starpu_shm_s_macosx:
extends: .only-master extends: .only-branches
stage: test stage: test
tags: ['macosx'] tags: ['macosx']
needs: [build_starpu_macosx] needs: [build_starpu_macosx]
...@@ -94,4 +94,4 @@ test_starpu_shm_s_macosx: ...@@ -94,4 +94,4 @@ test_starpu_shm_s_macosx:
expire_in: 2 days expire_in: 2 days
when: always when: always
reports: reports:
junit: chameleon_macosx.junit junit: chameleon_macosx.junit
\ 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