Skip to content

Commit

Permalink
temp debugging
Browse files Browse the repository at this point in the history
[skip-rapids][skip-vdc][skip-docs]
  • Loading branch information
alliepiper committed Jan 30, 2025
1 parent 404c846 commit b17c488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ workflows:
# - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'clang16']}
#
override:
- {jobs: ['build'], project: 'thrust', std: 'max', cxx: 'msvc'}

pull_request:
# Old CTK/compiler
Expand Down
4 changes: 4 additions & 0 deletions ci/windows/build_thrust.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Param(
[int]$CUDA_ARCH = 0
)

Write-Host "TBB_ROOT: $env:TBB_ROOT"
Write-Host "PATH: $env:PATH"
exit 0

$ErrorActionPreference = "Stop"

$CURRENT_PATH = Split-Path $pwd -leaf
Expand Down

0 comments on commit b17c488

Please sign in to comment.