Skip to content

Commit

Permalink
TEMP: Run apex pipeline on pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 5, 2024
1 parent b06da77 commit cb752e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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/sloc.yml'
# - local: '.gitlab/includes/gcc13_pipeline.yml'
# - local: '.gitlab/includes/clang14_cuda11_pipeline.yml'
# - local: '.gitlab/includes/gcc12_hip6_pipeline.yml'
- local: '.gitlab/includes/gcc10_apex_pipeline.yml'
# - local: '.gitlab/includes/sloc.yml'

0 comments on commit cb752e6

Please sign in to comment.