Restrict to stretch builds for now
This commit is contained in:
@@ -7,24 +7,28 @@ gcc-c++11:
|
|||||||
script: "CI/ci-linux.sh gcc C++11"
|
script: "CI/ci-linux.sh gcc C++11"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
|
|
||||||
clang-c++11:
|
clang-c++11:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux.sh clang C++11"
|
script: "CI/ci-linux.sh clang C++11"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
|
|
||||||
gcc-c++14:
|
gcc-c++14:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux.sh gcc C++14"
|
script: "CI/ci-linux.sh gcc C++14"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
|
|
||||||
clang-c++14:
|
clang-c++14:
|
||||||
stage: build
|
stage: build
|
||||||
script: "CI/ci-linux.sh clang C++14"
|
script: "CI/ci-linux.sh clang C++14"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
|
|
||||||
macos-c++11:
|
macos-c++11:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -51,6 +55,7 @@ cppcheck:
|
|||||||
script: "CI/ci-cppcheck.sh"
|
script: "CI/ci-cppcheck.sh"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- cppcheck.log
|
- cppcheck.log
|
||||||
@@ -265,6 +270,7 @@ Doc-publish:
|
|||||||
script: "CI/ci-doc.sh"
|
script: "CI/ci-doc.sh"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
|
|
||||||
Sources:
|
Sources:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
@@ -273,6 +279,7 @@ Sources:
|
|||||||
script: "CI/ci-source.sh"
|
script: "CI/ci-source.sh"
|
||||||
tags:
|
tags:
|
||||||
- Linux
|
- Linux
|
||||||
|
- stretch
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- OpenMesh*.zip
|
- OpenMesh*.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user