Mercurial > dropbear
comparison .travis.yml @ 1691:2d3745d58843
try rearrange travis build matrix
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 26 May 2020 23:27:26 +0800 |
parents | 2a06ef4ba80d |
children | f9ad4d39e388 |
comparison
equal
deleted
inserted
replaced
1690:2a06ef4ba80d | 1691:2d3745d58843 |
---|---|
1 language: c | 1 language: c |
2 | 2 |
3 git: | 3 git: |
4 depth: 3 | 4 depth: 3 |
5 | 5 |
6 # use focal which provides libtommath 1.20 | |
7 dist: focal | |
8 | |
6 matrix: | 9 matrix: |
7 include: | 10 include: |
8 # subsequent matrix options use these first settings | 11 - compiler: gcc |
9 - os: linux | |
10 compiler: gcc | |
11 env: WEXTRAFLAGS=-Werror | 12 env: WEXTRAFLAGS=-Werror |
12 sudo: false | |
13 # use focal which provides libtommath 1.20 | |
14 dist: focal | |
15 - env: MULTI=1 WEXTRAFLAGS=-Werror | 13 - env: MULTI=1 WEXTRAFLAGS=-Werror |
16 # libtom has some warnings, so no WEXTRAFLAGS | 14 # libtom has some warnings, so no WEXTRAFLAGS |
17 - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" | 15 - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" |
18 # can use an older distro with bundled libtom | 16 # can use an older distro with bundled libtom |
19 dist: xenial | 17 dist: xenial |