Skip to content

Commit

Permalink
Run GCC 12/CUDA 12 CI configuration on push
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Sep 16, 2024
1 parent ae8c59e commit ab6da2c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab/pipelines_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# file BOOST_LICENSE_1_0.rst or copy at http://www.boost.org/LICENSE_1_0.txt)

include:
- local: '.gitlab/includes/gcc13_pipeline.yml'
- local: '.gitlab/includes/clang14_cuda11_pipeline.yml'
- local: '.gitlab/includes/gcc12_hip6_pipeline.yml'
# - local: '.gitlab/includes/gcc13_pipeline.yml'
# - local: '.gitlab/includes/clang14_cuda11_pipeline.yml'
# - local: '.gitlab/includes/gcc12_hip6_pipeline.yml'
- local: '.gitlab/includes/gcc12_cuda12_pipeline.yml'
- local: '.gitlab/includes/sloc.yml'

0 comments on commit ab6da2c

Please sign in to comment.