-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
In an email, @andreast271 suggested a possible reduced build matrix for travis that would still give us roughly the same coverage:
The current build configurations are:
| OS | Compiler | Build System | DEBUG defs | Regression |
|---|---|---|---|---|
| linux | gcc | make | yes | |
| osx | gcc | make | yes | |
| osx | clang | make | yes | |
| linux | gcc | make | DEBUG | no |
| linux | clang | make | yes | |
| linux | clang | make | DEBUG, no USE_DSTRING | no |
| linux | gcc | cmake | yes | |
| osx | gcc | cmake | yes |
Andrea's suggested new build matrix:
| OS | Compiler | Build System | DEBUG defs | Regression |
|---|---|---|---|---|
| linux | gcc | make | yes | |
| osx | gcc | make | yes | |
| linux | clang | make | yes | |
| linux | clang | make | DEBUG, no USE_DSTRING | no |
| linux | gcc | cmake | NDEBUG | yes |
| osx | clang | cmake | yes |
Metadata
Metadata
Assignees
Labels
No labels