Skip to content

Commit

Permalink
Add intel 2024 test pipeline on ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Oct 8, 2024
1 parent 1d9fba7 commit 3672c4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/jobs/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ clang_14_0_6_gcc_10_3_1_desul_atomics:
variables:
SPEC: " ~shared +openmp +tests +desul %clang@=14.0.6.gcc.10.3.1"
extends: .job_on_ruby

intel_2024_2_0:
variables:
SPEC: "${PROJECT_RUBY_VARIANTS} %intel@=2024.2.0 cxxflags==\"-march=native -finline-functions -fp-model=precise\" ${PROJECT_RUBY_DEPS}"
extends: .job_on_ruby

0 comments on commit 3672c4c

Please sign in to comment.