parent
13f2ad96cb
commit
723c7acc76
7 changed files with 16 additions and 7 deletions
@ -1,6 +1,7 @@ |
|||||||
{ |
{ |
||||||
"base_image": "archlinux:latest", |
"base_image": "archlinux:latest", |
||||||
"env": { |
"env": { |
||||||
"CI": "1" |
"CI": "1", |
||||||
|
"MESON_CI_JOBNAME": "linux-arch-gcc" |
||||||
} |
} |
||||||
} |
} |
||||||
|
@ -1,5 +1,8 @@ |
|||||||
{ |
{ |
||||||
"base_image": "archlinux:latest", |
"base_image": "archlinux:latest", |
||||||
"args": ["--only", "cuda"], |
"args": ["--only", "cuda"], |
||||||
"env": {} |
"env": { |
||||||
|
"CI": "1", |
||||||
|
"MESON_CI_JOBNAME": "linux-cuda-gcc" |
||||||
|
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue