diff options
| author | Maxandre Ogeret <22786578+MaxandreOgeret@users.noreply.github.com> | 2025-05-18 17:22:48 +0000 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-05-29 14:30:34 -0400 |
| commit | 7d567901de40a6a0e837dc49de9662998df46424 (patch) | |
| tree | 4e74b5a96f8c1b00aafe3ebc32846f4a7cd096ad /.github/workflows/nonnative.yml | |
| parent | 606ccedddc9c0284d0b0c3f3947ea1ee77a972c5 (diff) | |
| download | meson-7d567901de40a6a0e837dc49de9662998df46424.tar.gz | |
cuda: add cross-cuda test
Diffstat (limited to '.github/workflows/nonnative.yml')
| -rw-r--r-- | .github/workflows/nonnative.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/nonnative.yml b/.github/workflows/nonnative.yml index 2712d1032..e6fce04b1 100644 --- a/.github/workflows/nonnative.yml +++ b/.github/workflows/nonnative.yml @@ -51,3 +51,12 @@ jobs: name: "Ubuntu nonnative" fail_ci_if_error: false verbose: true + + cross-cuda: + runs-on: ubuntu-latest + container: mesonbuild/cuda-cross:latest + env: + MESON_CI_JOBNAME: cuda-cross-${{ github.job }} + steps: + - name: Run tests + run: bash -c 'source /ci/env_vars.sh; cd $GITHUB_WORKSPACE; ./run_tests.py $CI_ARGS --cross cuda-cross.json --cross-only' |
