diff options
Diffstat (limited to 'meson/ci/ciimage/cuda/image.json')
-rw-r--r-- | meson/ci/ciimage/cuda/image.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson/ci/ciimage/cuda/image.json b/meson/ci/ciimage/cuda/image.json new file mode 100644 index 000000000..f422723c1 --- /dev/null +++ b/meson/ci/ciimage/cuda/image.json @@ -0,0 +1,8 @@ +{ + "base_image": "archlinux:latest", + "args": ["--only", "cuda"], + "env": { + "CI": "1", + "MESON_CI_JOBNAME": "linux-cuda-gcc" + } +} |