379 lines
6.8 KiB
YAML
379 lines
6.8 KiB
YAML
gcc-c++11:
|
|
script: "CI/ci-linux.sh gcc C++11"
|
|
tags:
|
|
- Linux
|
|
|
|
clang-c++11:
|
|
script: "CI/ci-linux.sh clang C++11"
|
|
tags:
|
|
- Linux
|
|
|
|
gcc-c++14:
|
|
script: "CI/ci-linux.sh gcc C++14"
|
|
tags:
|
|
- Linux
|
|
|
|
clang-c++14:
|
|
script: "CI/ci-linux.sh clang C++14"
|
|
tags:
|
|
- Linux
|
|
|
|
macos-c++11:
|
|
script: "CI/ci-mac.sh C++11"
|
|
tags:
|
|
- Apple
|
|
artifacts:
|
|
paths:
|
|
- build-release-cpp11/*.dmg
|
|
- build-release-cpp11/*.tar.gz
|
|
|
|
macos-c++98:
|
|
script: "CI/ci-mac.sh C++14"
|
|
tags:
|
|
- Apple
|
|
artifacts:
|
|
paths:
|
|
- build-release-cpp14/*.dmg
|
|
- build-release-cpp14/*.tar.gz
|
|
|
|
cppcheck:
|
|
script: "CI/ci-cppcheck.sh"
|
|
tags:
|
|
- Linux
|
|
artifacts:
|
|
paths:
|
|
- cppcheck.log
|
|
|
|
|
|
.VS2015-64-bit-shared-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "TRUE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
.VS2015-32-bit-shared-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "TRUE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
.VS2015-64-bit-static-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "FALSE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
.VS2015-32-bit-static-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "FALSE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
|
|
VS2017-64-bit-shared-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2017"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "TRUE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2017
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
|
|
VS2017-32-bit-shared-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2017"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "TRUE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2017
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
|
|
VS2017-64-bit-static-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2017"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "FALSE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2017
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
|
|
VS2017-32-bit-static-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2017"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "FALSE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2017
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-64-bit-shared-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "TRUE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-64-bit-shared-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "TRUE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-32-bit-shared-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "TRUE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-32-bit-shared-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "TRUE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-64-bit-static-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "FALSE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-64-bit-static-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "FALSE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-32-bit-static-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "FALSE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2015-32-bit-static-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2015"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "FALSE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2015
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
|
|
|
|
VS2013-64-bit-shared-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "TRUE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-64-bit-shared-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "TRUE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-32-bit-shared-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "TRUE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-32-bit-shared-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "TRUE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-64-bit-static-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "FALSE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-64-bit-static-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x64"
|
|
SHARED: "FALSE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-32-bit-static-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "FALSE"
|
|
APPS: "ON"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
VS2013-32-bit-static-no-apps:
|
|
variables:
|
|
BUILD_PLATFORM: "VS2013"
|
|
ARCHITECTURE: "x32"
|
|
SHARED: "FALSE"
|
|
APPS: "OFF"
|
|
script: "CI\\Windows.bat"
|
|
tags:
|
|
- VS2013
|
|
artifacts:
|
|
paths:
|
|
- build-release/*.exe
|
|
|
|
Doc-publish:
|
|
only:
|
|
- master
|
|
script: "CI/ci-doc.sh"
|
|
tags:
|
|
- Linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|