ci: Add x86_64 Linux tasks for gcc and clang snapshots

This commit is contained in:
Tim Ruffing 2023-05-13 19:12:32 +02:00
parent 1deecaaf3b
commit 609093b387

View File

@ -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