Skip to content
Snippets Groups Projects
Commit 999aab93 authored by Vicente Bolea's avatar Vicente Bolea Committed by Kitware Robot
Browse files

Merge topic 'enable-spack-ci'


f6993587 ci: add spack ci

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !88
parents da05b5e4 f6993587
No related branches found
No related tags found
1 merge request!88ci: add spack ci
Pipeline #430735 passed
---
include:
- local: .gitlab/artifacts.yml
- local: .gitlab/rules.yml
# OS builds.
- local: .gitlab/os-linux.yml
stages:
- build
- test
.linux_builder_tags:
tags:
- medium
- uo
- public
- x86_64
build:fedora36-mpich:
extends:
- .fedora36_mpich
- .cmake_build_linux
- .linux_builder_tags
- .cmake_build_artifacts
- .run_automatically
test:fedora36-mpich:
extends:
- .fedora36_mpich
- .cmake_test_linux
- .linux_builder_tags
- .run_automatically
needs:
- build:fedora36-mpich
......@@ -45,6 +45,29 @@ stages:
# - Checkers
# - clang-tidy?
.linux_builder_tags:
tags:
- diy
- build
- docker
- linux-x86_64
.linux_tester_priv_tags:
tags:
- diy
- docker
- linux-x86_64
- privileged
.windows_tags:
tags:
- diy
- nonconcurrent
- windows-x86_64
- shell
- vs2022
- msvc-19.33
build:fedora36-mpich:
extends:
- .fedora36_mpich
......
......@@ -59,20 +59,6 @@
CMAKE_CONFIGURATION: fedora36_ubsan
CTEST_MEMORYCHECK_TYPE: UndefinedBehaviorSanitizer
.linux_builder_tags:
tags:
- diy
- build
- docker
- linux-x86_64
.linux_tester_priv_tags:
tags:
- diy
- docker
- linux-x86_64
- privileged
## Linux-specific scripts
.before_script_linux: &before_script_linux
- .gitlab/ci/cmake.sh
......
---
# yamllint disable rule:colons
# yamllint disable rule:line-length
.windows_tags:
tags:
- diy
- nonconcurrent
- windows-x86_64
- shell
- vs2022
- msvc-19.33
.windows_build:
variables:
CCACHE_INSTALL_DIR: "$CI_PROJECT_DIR\\.gitlab"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment