Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e68a26c1 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'macosx_artifacts' into 'master'

Do not save all files generated for macosx (to avoid getting it in the...

See merge request solverstack/chameleon!372
parents 197305e9 ee5e4a66
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ build_starpu_simgrid:
VERSION: starpu_simgrid
build_starpu_macosx:
extends: .only-master
extends: .only-branches
stage: build
tags: ['macosx']
variables:
......
......@@ -79,7 +79,7 @@ test_starpu_mpi_z:
TESTS_RESTRICTION: "-R \"_${CATEGORY}_${PRECISION}\""
test_starpu_shm_s_macosx:
extends: .only-master
extends: .only-branches
stage: test
tags: ['macosx']
needs: [build_starpu_macosx]
......@@ -87,9 +87,11 @@ test_starpu_shm_s_macosx:
variables:
VERSION: starpu
script:
- cd build-starpu && ctest -R test_shm_s -T Test | tee -a ../chameleon_macosx.log
- cd build-starpu && ctest --no-compress-output -R test_shm_s -T Test --output-junit ../chameleon_macosx.junit | tee -a ../chameleon_macosx.log
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
untracked: true
paths: ['chameleon_macosx.log']
expire_in: 2 days
when: always
reports:
junit: chameleon_macosx.junit
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