Skip to content

Commit

Permalink
Merge branch '772-fix-cmake-build-inconsistencies' into 'develop_stream'
Browse files Browse the repository at this point in the history
Resolve "CMake build consistency"

Closes #772

See merge request amd/libraries/rocPRIM!685
  • Loading branch information
Arsalan Anwari authored and Naraenda committed Jul 18, 2024
2 parents d4aec9d + 0e76fd2 commit c523e13
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ build:cmake-latest:
extends:
- .cmake-latest
- .build:common
variables:
BUILD_TYPE: Release
BUILD_TARGET: TEST
parallel:
# Debug builds disabled due to excessive build times for debug test builds
matrix:
- BUILD_TYPE: Release
BUILD_TARGET: [BENCHMARK, TEST]

build:cmake-minimum:
needs: []
Expand Down

0 comments on commit c523e13

Please sign in to comment.