Remove duplicate CI job

This commit is contained in:
Sebastian Messmer 2019-03-24 22:41:47 -07:00
parent 807f0dc01b
commit f741af578c
1 changed files with 0 additions and 12 deletions

View File

@ -466,18 +466,6 @@ jobs:
GTEST_ARGS: ""
CMAKE_FLAGS: "-DUSE_WERROR=on"
RUN_TESTS: false
gcc_werror:
<<: *job_definition
environment:
CC: gcc-8
CXX: g++-8
BUILD_TOOLSET: gcc
APT_COMPILER_PACKAGE: "g++-8"
CXXFLAGS: "-Werror"
BUILD_TYPE: "Release"
GTEST_ARGS: ""
CMAKE_FLAGS: ""
RUN_TESTS: false
no_compatibility:
<<: *job_definition
environment: