-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a second pipeline to run a subset of the CI
- Loading branch information
Showing
2 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright (c) 2023 ETH Zurich | ||
# | ||
# SPDX-License-Identifier: BSL-1.0 | ||
# Distributed under the Boost Software License, Version 1.0. (See accompanying | ||
# file BOOST_LICENSE_1_0.rst or copy at http://www.boost.org/LICENSE_1_0.txt) | ||
|
||
include: | ||
- local: '.gitlab/includes/dockerhub_pipeline.yml' | ||
- local: '.gitlab/includes/gcc9_pipeline.yml' | ||
- local: '.gitlab/includes/gcc9_cuda11_pipeline.yml' | ||
- local: '.gitlab/includes/gcc10_apex_pipeline.yml' | ||
- local: '.gitlab/includes/gcc11_pipeline.yml' | ||
- local: '.gitlab/includes/gcc12_pipeline.yml' | ||
- local: '.gitlab/includes/gcc12_cuda12_pipeline.yml' | ||
- local: '.gitlab/includes/gcc13_pipeline.yml' | ||
- local: '.gitlab/includes/clang11_pipeline.yml' | ||
- local: '.gitlab/includes/clang12_pipeline.yml' | ||
- local: '.gitlab/includes/clang13_pipeline.yml' | ||
- local: '.gitlab/includes/clang14_cuda11_pipeline.yml' | ||
- local: '.gitlab/includes/clang15_pipeline.yml' | ||
- local: '.gitlab/includes/clang16_pipeline.yml' | ||
- local: '.gitlab/includes/clang17_pipeline.yml' | ||
- local: '.gitlab/includes/performance_gcc13_pipeline.yml' | ||
- local: '.gitlab/includes/hip_pipeline.yml' |