mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-08 00:02:03 -04:00
travis: Simplify explicitly included jobs
The first value for the compiler array (gcc) is inherited.
This commit is contained in:
parent
ff97733163
commit
fb4103051e
26
.travis.yml
26
.travis.yml
@ -55,26 +55,20 @@ env:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- compiler: gcc
|
- env: TEST=sonarcloud
|
||||||
env: TEST=sonarcloud
|
|
||||||
if: type = push
|
if: type = push
|
||||||
git:
|
git:
|
||||||
depth: false
|
depth: false
|
||||||
addons:
|
addons:
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
organization: "strongswan"
|
organization: "strongswan"
|
||||||
- compiler: clang
|
- env: TEST=osx
|
||||||
|
compiler: clang
|
||||||
os: osx
|
os: osx
|
||||||
env: TEST=osx
|
- env: TEST=coverage
|
||||||
- compiler: gcc
|
- env: TEST=fuzzing MONOLITHIC=yes
|
||||||
env: TEST=coverage
|
compiler: clang
|
||||||
- compiler: clang
|
- env: TEST=dist
|
||||||
env: TEST=fuzzing MONOLITHIC=yes
|
- env: TEST=apidoc
|
||||||
- compiler: gcc
|
- env: TEST=win64 MONOLITHIC=yes
|
||||||
env: TEST=dist
|
- env: TEST=win32 MONOLITHIC=yes
|
||||||
- compiler: gcc
|
|
||||||
env: TEST=apidoc
|
|
||||||
- compiler: gcc
|
|
||||||
env: TEST=win64 MONOLITHIC=yes
|
|
||||||
- compiler: gcc
|
|
||||||
env: TEST=win32 MONOLITHIC=yes
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user