mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-24 02:29:33 +08:00
Fix cxx03 testing job configuration
This commit is contained in:
parent
3b8644da50
commit
b0448fc6e0
@ -46,10 +46,6 @@ test:linux:x86-64:gcc-6:default:unsupported:
|
|||||||
variables:
|
variables:
|
||||||
EIGEN_CI_INSTALL: g++-10
|
EIGEN_CI_INSTALL: g++-10
|
||||||
|
|
||||||
test:linux:x86-64:gcc-10:cxx03:
|
|
||||||
extends: .test:linux:x86-64:gcc-10:default
|
|
||||||
needs: [ build:linux:cross:x86-64:gcc-10:cxx03 ]
|
|
||||||
|
|
||||||
test:linux:x86-64:gcc-10:default:official:
|
test:linux:x86-64:gcc-10:default:official:
|
||||||
extends: .test:linux:x86-64:gcc-10:default
|
extends: .test:linux:x86-64:gcc-10:default
|
||||||
variables:
|
variables:
|
||||||
@ -60,6 +56,22 @@ test:linux:x86-64:gcc-10:default:unsupported:
|
|||||||
variables:
|
variables:
|
||||||
EIGEN_CI_CTEST_LABEL: Unsupported
|
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||||
|
|
||||||
|
.test:linux:x86-64:gcc-10:cxx03:
|
||||||
|
extends: .test:linux:x86-64
|
||||||
|
needs: [ build:linux:cross:x86-64:gcc-10:cxx03 ]
|
||||||
|
variables:
|
||||||
|
EIGEN_CI_INSTALL: g++-10
|
||||||
|
|
||||||
|
test:linux:x86-64:gcc-10:cxx03:official:
|
||||||
|
extends: .test:linux:x86-64:gcc-10:cxx03
|
||||||
|
variables:
|
||||||
|
EIGEN_CI_CTEST_LABEL: Official
|
||||||
|
|
||||||
|
test:linux:x86-64:gcc-10:cxx03:unsupported:
|
||||||
|
extends: .test:linux:x86-64:gcc-10:cxx03
|
||||||
|
variables:
|
||||||
|
EIGEN_CI_CTEST_LABEL: Unsupported
|
||||||
|
|
||||||
.test:linux:x86-64:gcc-10:avx:
|
.test:linux:x86-64:gcc-10:avx:
|
||||||
extends: .test:linux:x86-64
|
extends: .test:linux:x86-64
|
||||||
needs: [ build:linux:cross:x86-64:gcc-10:avx ]
|
needs: [ build:linux:cross:x86-64:gcc-10:avx ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user