summaryrefslogtreecommitdiff
path: root/ci/ciimage/cuda/image.json
blob: da8ea4fe34f3e178e6cdcdefd6672a115593da4c (plain)
1
2
3
4
5
6
7
8
{
  "base_image": "archlinux:latest",
  "args": ["--only", "cuda", "--no-unittests"],
  "env": {
    "CI": "1",
    "MESON_CI_JOBNAME": "linux-cuda-gcc"
  }
}