diff --git a/ci/matrix.yaml b/ci/matrix.yaml index 29ae09ca34f..20c18a6bc10 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -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 diff --git a/ci/windows/build_thrust.ps1 b/ci/windows/build_thrust.ps1 index bda86859fd4..f6d75746ffa 100644 --- a/ci/windows/build_thrust.ps1 +++ b/ci/windows/build_thrust.ps1 @@ -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