|
@@ -70,9 +70,17 @@ matrix:
|
|
## Clang doesn't work in containerized builds, see below.
|
|
## Clang doesn't work in containerized builds, see below.
|
|
- compiler: clang
|
|
- compiler: clang
|
|
sudo: false
|
|
sudo: false
|
|
- ## We also exclude non-containerized gcc, because they're slow and redundant.
|
|
|
|
|
|
+ ## Non-containerized gcc are slow and redundant.
|
|
- compiler: gcc
|
|
- compiler: gcc
|
|
sudo: required
|
|
sudo: required
|
|
|
|
+ ## gcc on OSX is less useful, because the default compiler is clang.
|
|
|
|
+ - compiler: gcc
|
|
|
|
+ os: osx
|
|
|
|
+ ## gcc on Linux with no env is redundant, because all the custom builds use
|
|
|
|
+ ## gcc on Linux
|
|
|
|
+ - compiler: gcc
|
|
|
|
+ os: linux
|
|
|
|
+ env:
|
|
|
|
|
|
## We don't need sudo. (The "apt:" stanza after this allows us to not need
|
|
## We don't need sudo. (The "apt:" stanza after this allows us to not need
|
|
## sudo; otherwise, we would need it for getting dependencies.)
|
|
## sudo; otherwise, we would need it for getting dependencies.)
|