diff --git a/ci/matrix.yaml b/ci/matrix.yaml index c9632abf87c..652aaed9fff 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -8,6 +8,9 @@ workflows: # - {jobs: ['test'], project: 'thrust', std: 17, ctk: 'curr', cxx: ['gcc12', 'clang16']} # override: + - {jobs: ['test_cpu'], project: 'thrust', cxx: 'msvc', std: '20', gpu: 't4', sm: 'gpu'} + - {jobs: ['build'], project: ['libcudacxx', 'cudax'], cxx: 'msvc', std: '20', gpu: 'rtx2080', sm: 'gpu'} + - {jobs: ['build'], project: 'cub', cxx: 'msvc', std: '20', gpu: 't4', sm: 'gpu'} pull_request: # Old CTK/compiler