Retire GCC 5 from CI
This commit is contained in:
parent
20b8a84dfc
commit
b6cff8581d
@ -205,30 +205,6 @@ references:
|
|||||||
only: /.*/
|
only: /.*/
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
gcc_5_debug:
|
|
||||||
<<: *job_definition
|
|
||||||
environment:
|
|
||||||
CC: gcc-5
|
|
||||||
CXX: g++-5
|
|
||||||
BUILD_TOOLSET: gcc
|
|
||||||
APT_COMPILER_PACKAGE: "g++-5"
|
|
||||||
CXXFLAGS: ""
|
|
||||||
BUILD_TYPE: "Debug"
|
|
||||||
GTEST_ARGS: ""
|
|
||||||
CMAKE_FLAGS: ""
|
|
||||||
RUN_TESTS: true
|
|
||||||
gcc_5_release:
|
|
||||||
<<: *job_definition
|
|
||||||
environment:
|
|
||||||
CC: gcc-5
|
|
||||||
CXX: g++-5
|
|
||||||
BUILD_TOOLSET: gcc
|
|
||||||
APT_COMPILER_PACKAGE: "g++-5"
|
|
||||||
CXXFLAGS: ""
|
|
||||||
BUILD_TYPE: "Release"
|
|
||||||
GTEST_ARGS: ""
|
|
||||||
CMAKE_FLAGS: ""
|
|
||||||
RUN_TESTS: true
|
|
||||||
gcc_6_debug:
|
gcc_6_debug:
|
||||||
<<: *job_definition
|
<<: *job_definition
|
||||||
environment:
|
environment:
|
||||||
@ -580,10 +556,6 @@ workflows:
|
|||||||
|
|
||||||
build_and_test:
|
build_and_test:
|
||||||
jobs:
|
jobs:
|
||||||
- gcc_5_debug:
|
|
||||||
<<: *enable_for_tags
|
|
||||||
- gcc_5_release:
|
|
||||||
<<: *enable_for_tags
|
|
||||||
- gcc_6_debug:
|
- gcc_6_debug:
|
||||||
<<: *enable_for_tags
|
<<: *enable_for_tags
|
||||||
- gcc_6_release:
|
- gcc_6_release:
|
||||||
|
@ -43,7 +43,7 @@ Building from source
|
|||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
- Git (for getting the source code)
|
- Git (for getting the source code)
|
||||||
- GCC version >= 5.0 or Clang >= 4.0
|
- GCC version >= 6.5 or Clang >= 4.0
|
||||||
- CMake version >= 3.1
|
- CMake version >= 3.1
|
||||||
- libcurl4 (including development headers)
|
- libcurl4 (including development headers)
|
||||||
- Boost libraries version >= 1.65.1 (including development headers)
|
- Boost libraries version >= 1.65.1 (including development headers)
|
||||||
|
Loading…
Reference in New Issue
Block a user