Skip to content
Snippets Groups Projects
Commit 8821b418 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CI: move Debian on top

parent e7f4253d
No related branches found
No related tags found
1 merge request!704CI updates
stages:
- build
native_Debian_clang:
tags: &native
- Debian
before_script: &debian_clang
- export CC=clang; export CXX=clang++
- cmake --version
- clang --version
stage: build
script: &native_scr
- pwd
- mkdir build
- cd build
- cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache #-DWERROR=ON
- make -j6
- xvfb-run -a ctest -j6 --output-on-failure
- make package_source
artifacts:
paths:
- build/*gz
expire_in: 10 days
mac:
tags:
- MacOS
......@@ -70,27 +91,6 @@ windows:
- build/winpackage/BornAgain*.exe
expire_in: 1 week
native_Debian_clang:
tags: &native
- Debian
before_script: &debian_clang
- export CC=clang; export CXX=clang++
- cmake --version
- clang --version
stage: build
script: &native_scr
- pwd
- mkdir build
- cd build
- cmake .. -DCMAKE_CXX_COMPILER_LAUNCHER=ccache #-DWERROR=ON
- make -j6
- xvfb-run -a ctest -j6 --output-on-failure
- make package_source
artifacts:
paths:
- build/*gz
expire_in: 10 days
webdoc:
rules:
- if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
......
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