From 7cd4e4c1ede4f90982b3909f7ea34e4e602dbed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raffaele=20Solc=C3=A0?= Date: Wed, 2 Oct 2024 16:01:16 +0200 Subject: [PATCH] enable all CIs --- ci/.gitlab-ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ci/.gitlab-ci.yml b/ci/.gitlab-ci.yml index e0d4775c28..0204a001ee 100644 --- a/ci/.gitlab-ci.yml +++ b/ci/.gitlab-ci.yml @@ -1,19 +1,19 @@ include: -# - local: 'ci/cpu/asan_ubsan_lsan.yml' -# - local: 'ci/cpu/clang15_release_cxx20.yml' -# - local: 'ci/cpu/clang15_release_stdexec.yml' -# - local: 'ci/cpu/clang15_release.yml' -# - local: 'ci/cpu/clang16_release.yml' -# - local: 'ci/cpu/clang18_release.yml' -# - local: 'ci/cpu/gcc11_release_stdexec.yml' -# - local: 'ci/cpu/gcc11_debug_stdexec.yml' -# - local: 'ci/cpu/gcc12_release_cxx20.yml' + - local: 'ci/cpu/asan_ubsan_lsan.yml' + - local: 'ci/cpu/clang15_release_cxx20.yml' + - local: 'ci/cpu/clang15_release_stdexec.yml' + - local: 'ci/cpu/clang15_release.yml' + - local: 'ci/cpu/clang16_release.yml' + - local: 'ci/cpu/clang18_release.yml' + - local: 'ci/cpu/gcc11_release_stdexec.yml' + - local: 'ci/cpu/gcc11_debug_stdexec.yml' + - local: 'ci/cpu/gcc12_release_cxx20.yml' - local: 'ci/cpu/gcc13_codecov.yml' - local: 'ci/cpu/gcc13_release.yml' - local: 'ci/cuda/gcc11_release.yml' -# - local: 'ci/cuda/gcc11_release_scalapack.yml' + - local: 'ci/cuda/gcc11_release_scalapack.yml' - local: 'ci/cuda/gcc11_codecov.yml' -# - local: 'ci/cuda/gcc11_debug_scalapack.yml' -# - local: 'ci/cuda/gcc13_release_stdexec.yml' -# - local: 'ci/rocm/clang14_release.yml' -# - local: 'ci/rocm/clang14_release_stdexec.yml' + - local: 'ci/cuda/gcc11_debug_scalapack.yml' + - local: 'ci/cuda/gcc13_release_stdexec.yml' + - local: 'ci/rocm/clang14_release.yml' + - local: 'ci/rocm/clang14_release_stdexec.yml'