Skip to content

Commit 14af1e3

Browse files
HACK ci: See if Linux builds work on clang and gcc snapshots
1 parent 259f7a3 commit 14af1e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ task:
8989
- env: { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
9090
matrix:
9191
- env:
92-
CC: gcc
92+
CC: gcc-snapshot
9393
- env:
94-
CC: clang
94+
CC: clang-snapshot
9595
<< : *MERGE_BASE
9696
test_script:
9797
- ./ci/cirrus.sh

0 commit comments

Comments
 (0)