aboutsummaryrefslogtreecommitdiffhomepage
path: root/ci/build.gitlab-ci.yml
diff options
context:
space:
mode:
authorGravatar David Tellenbach <david.tellenbach@me.com>2021-03-22 19:28:25 +0100
committerGravatar David Tellenbach <david.tellenbach@me.com>2021-03-22 19:28:25 +0100
commit824272cde8ca2541e8b67b0887f5ded92b128d1f (patch)
treebc4028a22ba99ccd17c15efa4aa811ea758639fe /ci/build.gitlab-ci.yml
parent4811e819668890b4e1eb28f2501f40b3e908f4d4 (diff)
Re-enable CI for Power
Diffstat (limited to 'ci/build.gitlab-ci.yml')
-rw-r--r--ci/build.gitlab-ci.yml92
1 files changed, 46 insertions, 46 deletions
diff --git a/ci/build.gitlab-ci.yml b/ci/build.gitlab-ci.yml
index 29d383eff..6b9f415cc 100644
--- a/ci/build.gitlab-ci.yml
+++ b/ci/build.gitlab-ci.yml
@@ -166,51 +166,51 @@ build:aarch64:linux:clang-10:cxx11-on:
# Currently all ppc64le jobs are allowed to fail
# GCC-10
-# build:ppc64le:linux:gcc-10:cxx11-off:
-# allow_failure: true
-# extends: .build:linux:base
-# variables:
-# EIGEN_CI_CXX_COMPILER: "g++-10"
-# EIGEN_CI_CC_COMPILER: "gcc-10"
-# EIGEN_TEST_CXX11: "off"
-# tags:
-# - eigen-runner
-# - linux
-# - ppc64le
-
-# build:ppc64le:linux:gcc-10:cxx11-on:
-# allow_failure: true
-# extends: .build:linux:base
-# variables:
-# EIGEN_CI_CXX_COMPILER: "g++-10"
-# EIGEN_CI_CC_COMPILER: "gcc-10"
-# EIGEN_TEST_CXX11: "on"
-# tags:
-# - eigen-runner
-# - linux
-# - ppc64le
+build:ppc64le:linux:gcc-10:cxx11-off:
+ allow_failure: true
+ extends: .build:linux:base
+ variables:
+ EIGEN_CI_CXX_COMPILER: "g++-10"
+ EIGEN_CI_CC_COMPILER: "gcc-10"
+ EIGEN_TEST_CXX11: "off"
+ tags:
+ - eigen-runner
+ - linux
+ - ppc64le
+
+build:ppc64le:linux:gcc-10:cxx11-on:
+ allow_failure: true
+ extends: .build:linux:base
+ variables:
+ EIGEN_CI_CXX_COMPILER: "g++-10"
+ EIGEN_CI_CC_COMPILER: "gcc-10"
+ EIGEN_TEST_CXX11: "on"
+ tags:
+ - eigen-runner
+ - linux
+ - ppc64le
# # Clang-10
-# build:ppc64le:linux:clang-10:cxx11-off:
-# allow_failure: true
-# extends: .build:linux:base
-# variables:
-# EIGEN_CI_CXX_COMPILER: "clang++-10"
-# EIGEN_CI_CC_COMPILER: "clang-10"
-# EIGEN_TEST_CXX11: "off"
-# tags:
-# - eigen-runner
-# - linux
-# - ppc64le
-
-# build:ppc64le:linux:clang-10:cxx11-on:
-# allow_failure: true
-# extends: .build:linux:base
-# variables:
-# EIGEN_CI_CXX_COMPILER: "clang++-10"
-# EIGEN_CI_CC_COMPILER: "clang-10"
-# EIGEN_TEST_CXX11: "on"
-# tags:
-# - eigen-runner
-# - linux
-# - ppc64le
+build:ppc64le:linux:clang-10:cxx11-off:
+ allow_failure: true
+ extends: .build:linux:base
+ variables:
+ EIGEN_CI_CXX_COMPILER: "clang++-10"
+ EIGEN_CI_CC_COMPILER: "clang-10"
+ EIGEN_TEST_CXX11: "off"
+ tags:
+ - eigen-runner
+ - linux
+ - ppc64le
+
+build:ppc64le:linux:clang-10:cxx11-on:
+ allow_failure: true
+ extends: .build:linux:base
+ variables:
+ EIGEN_CI_CXX_COMPILER: "clang++-10"
+ EIGEN_CI_CC_COMPILER: "clang-10"
+ EIGEN_TEST_CXX11: "on"
+ tags:
+ - eigen-runner
+ - linux
+ - ppc64le