ci: Add x86_64 Linux tasks for gcc and clang snapshots
This commit is contained in:
parent
1deecaaf3b
commit
609093b387
@ -62,7 +62,7 @@ linux_container_snippet: &LINUX_CONTAINER
|
|||||||
# Gives us more CPUs for free if they're available.
|
# Gives us more CPUs for free if they're available.
|
||||||
greedy: true
|
greedy: true
|
||||||
# More than enough for our scripts.
|
# More than enough for our scripts.
|
||||||
memory: 1G
|
memory: 2G
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: "x86_64: Linux (Debian stable)"
|
name: "x86_64: Linux (Debian stable)"
|
||||||
@ -88,6 +88,10 @@ task:
|
|||||||
CC: gcc
|
CC: gcc
|
||||||
- env:
|
- env:
|
||||||
CC: clang
|
CC: clang
|
||||||
|
- env:
|
||||||
|
CC: gcc-snapshot
|
||||||
|
- env:
|
||||||
|
CC: clang-snapshot
|
||||||
test_script:
|
test_script:
|
||||||
- ./ci/cirrus.sh
|
- ./ci/cirrus.sh
|
||||||
<< : *CAT_LOGS
|
<< : *CAT_LOGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user