Retire GCC 5 from CI

This commit is contained in:
Sebastian Messmer 2019-11-02 12:11:05 -07:00
parent 20b8a84dfc
commit b6cff8581d
2 changed files with 1 additions and 29 deletions

View File

@ -205,30 +205,6 @@ references:
only: /.*/
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:
<<: *job_definition
environment:
@ -580,10 +556,6 @@ workflows:
build_and_test:
jobs:
- gcc_5_debug:
<<: *enable_for_tags
- gcc_5_release:
<<: *enable_for_tags
- gcc_6_debug:
<<: *enable_for_tags
- gcc_6_release:

View File

@ -43,7 +43,7 @@ Building from source
Requirements
------------
- 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
- libcurl4 (including development headers)
- Boost libraries version >= 1.65.1 (including development headers)