mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Disable GCC-4.8 tests.
This commit is contained in:
parent
ec2fd0f7ed
commit
f56a5f15c6
@ -23,17 +23,17 @@
|
|||||||
- schedules
|
- schedules
|
||||||
|
|
||||||
######## x86-64 ################################################################
|
######## x86-64 ################################################################
|
||||||
# GCC-4.8 (the oldest compiler we support)
|
# # GCC-4.8 (the oldest compiler we support)
|
||||||
build:x86-64:linux:gcc-4.8:cxx11-on:
|
# build:x86-64:linux:gcc-4.8:cxx11-on:
|
||||||
extends: .build:linux:base
|
# extends: .build:linux:base
|
||||||
variables:
|
# variables:
|
||||||
EIGEN_CI_CXX_COMPILER: "g++-4.8"
|
# EIGEN_CI_CXX_COMPILER: "g++-4.8"
|
||||||
EIGEN_CI_CC_COMPILER: "gcc-4.8"
|
# EIGEN_CI_CC_COMPILER: "gcc-4.8"
|
||||||
EIGEN_TEST_CXX11: "on"
|
# EIGEN_TEST_CXX11: "on"
|
||||||
tags:
|
# tags:
|
||||||
- eigen-runner
|
# - eigen-runner
|
||||||
- linux
|
# - linux
|
||||||
- x86-64
|
# - x86-64
|
||||||
|
|
||||||
# GCC-9
|
# GCC-9
|
||||||
build:x86-64:linux:gcc-9:cxx11-on:
|
build:x86-64:linux:gcc-9:cxx11-on:
|
||||||
|
@ -30,27 +30,27 @@
|
|||||||
- schedules
|
- schedules
|
||||||
|
|
||||||
##### x86-64 ###################################################################
|
##### x86-64 ###################################################################
|
||||||
# GCC-4.8
|
# # GCC-4.8
|
||||||
.test:x86-64:linux:gcc-4.8:cxx11-on:
|
# .test:x86-64:linux:gcc-4.8:cxx11-on:
|
||||||
extends: .test:linux:base
|
# extends: .test:linux:base
|
||||||
variables:
|
# variables:
|
||||||
EIGEN_CI_CXX_COMPILER: g++-4.8
|
# EIGEN_CI_CXX_COMPILER: g++-4.8
|
||||||
EIGEN_CI_CC_COMPILER: gcc-4.8
|
# EIGEN_CI_CC_COMPILER: gcc-4.8
|
||||||
needs: [ "build:x86-64:linux:gcc-4.8:cxx11-on" ]
|
# needs: [ "build:x86-64:linux:gcc-4.8:cxx11-on" ]
|
||||||
tags:
|
# tags:
|
||||||
- eigen-runner
|
# - eigen-runner
|
||||||
- linux
|
# - linux
|
||||||
- x86-64
|
# - x86-64
|
||||||
|
|
||||||
test:x86-64:linux:gcc-4.8:cxx11-on:official:
|
# test:x86-64:linux:gcc-4.8:cxx11-on:official:
|
||||||
extends: .test:x86-64:linux:gcc-4.8:cxx11-on
|
# extends: .test:x86-64:linux:gcc-4.8:cxx11-on
|
||||||
variables:
|
# variables:
|
||||||
EIGEN_CI_TEST_LABEL: "Official"
|
# EIGEN_CI_TEST_LABEL: "Official"
|
||||||
|
|
||||||
test:x86-64:linux:gcc-4.8:cxx11-on:unsupported:
|
# test:x86-64:linux:gcc-4.8:cxx11-on:unsupported:
|
||||||
extends: .test:x86-64:linux:gcc-4.8:cxx11-on
|
# extends: .test:x86-64:linux:gcc-4.8:cxx11-on
|
||||||
variables:
|
# variables:
|
||||||
EIGEN_CI_TEST_LABEL: "Unsupported"
|
# EIGEN_CI_TEST_LABEL: "Unsupported"
|
||||||
|
|
||||||
# GCC-9
|
# GCC-9
|
||||||
.test:x86-64:linux:gcc-9:cxx11-on:
|
.test:x86-64:linux:gcc-9:cxx11-on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user