Skip to content
Snippets Groups Projects
Commit 69a2c372 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

ensure that all gitlab-ci jobs go to slc6 runners

parent 228b912f
No related branches found
No related tags found
1 merge request!210Improvements to gitlab-ci config
......@@ -10,6 +10,8 @@ build:
- echo 'set(CMAKE_USE_CCACHE ON CACHE BOOL "")' >> cache_preload.cmake
- make
- mv build.${CMTCONFIG} build
tags:
- slc6
artifacts:
paths:
- build/
......@@ -20,6 +22,8 @@ doxygen:
- mv build build.${CMTCONFIG}
- make doc
- mv build.${CMTCONFIG}/doxygen .
tags:
- slc6
artifacts:
paths:
- doxygen/
......@@ -30,6 +34,8 @@ test:
- mv build build.${CMTCONFIG}
- make test ARGS='-j4'
- mv build.${CMTCONFIG}/html test_report
tags:
- slc6
artifacts:
paths:
- test_report/
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