mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Disable GCC-4.8 tests.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
ec2fd0f7ed
commit
f56a5f15c6
@@ -23,17 +23,17 @@
|
||||
- schedules
|
||||
|
||||
######## x86-64 ################################################################
|
||||
# GCC-4.8 (the oldest compiler we support)
|
||||
build:x86-64:linux:gcc-4.8:cxx11-on:
|
||||
extends: .build:linux:base
|
||||
variables:
|
||||
EIGEN_CI_CXX_COMPILER: "g++-4.8"
|
||||
EIGEN_CI_CC_COMPILER: "gcc-4.8"
|
||||
EIGEN_TEST_CXX11: "on"
|
||||
tags:
|
||||
- eigen-runner
|
||||
- linux
|
||||
- x86-64
|
||||
# # GCC-4.8 (the oldest compiler we support)
|
||||
# build:x86-64:linux:gcc-4.8:cxx11-on:
|
||||
# extends: .build:linux:base
|
||||
# variables:
|
||||
# EIGEN_CI_CXX_COMPILER: "g++-4.8"
|
||||
# EIGEN_CI_CC_COMPILER: "gcc-4.8"
|
||||
# EIGEN_TEST_CXX11: "on"
|
||||
# tags:
|
||||
# - eigen-runner
|
||||
# - linux
|
||||
# - x86-64
|
||||
|
||||
# GCC-9
|
||||
build:x86-64:linux:gcc-9:cxx11-on:
|
||||
|
||||
Reference in New Issue
Block a user