ci: reorder travis jobs
Run coverage check first as it is the longest one. * .travis.yml (matrix): Reorder.
This commit is contained in:
parent
38c9790ed1
commit
300a5a39f1
60
.travis.yml
60
.travis.yml
@ -18,38 +18,38 @@ env:
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x32
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: clang
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: musl-gcc
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: clang
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: musl-gcc
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: gcc-7
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: gcc-7
|
||||
env:
|
||||
- TARGET=x32
|
||||
- compiler: gcc-7
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- CHECK=coverage
|
||||
- KHEADERS=torvalds/linux
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x32
|
||||
- compiler: gcc
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: clang
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: musl-gcc
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: clang
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: musl-gcc
|
||||
env:
|
||||
- TARGET=x86
|
||||
- compiler: gcc-7
|
||||
env:
|
||||
- TARGET=x86_64
|
||||
- compiler: gcc-7
|
||||
env:
|
||||
- TARGET=x32
|
||||
- compiler: gcc-7
|
||||
env:
|
||||
- TARGET=x86
|
||||
|
Loading…
x
Reference in New Issue
Block a user