Mercurial > dropbear
comparison .travis.yml @ 1481:515f37a55cd2
exclude clang rather than osx for unbundled libtom
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 10 Feb 2018 00:09:02 +0800 |
parents | 4a4e5d823cf6 |
children | 3a916b945185 b7cd40b0730a |
comparison
equal
deleted
inserted
replaced
1479:38c6bcbf4f4a | 1481:515f37a55cd2 |
---|---|
9 - BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror | 9 - BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror |
10 - BUNDLEDLIBTOM=--enable-bundled-libtom | 10 - BUNDLEDLIBTOM=--enable-bundled-libtom |
11 - MULTI=1 | 11 - MULTI=1 |
12 - NOWRITEV=1 | 12 - NOWRITEV=1 |
13 | 13 |
14 # TODO: remove this section when libtomcrypt compiles on OSX: https://github.com/libtom/libtomcrypt/issues/82 | |
15 matrix: | 14 matrix: |
16 exclude: | 15 exclude: |
17 - os: osx | 16 # TODO: remove this when libtomcrypt has been updated by ubuntu/homebrew. |
17 # https://github.com/libtom/libtomcrypt/issues/82 | |
18 - compiler: clang | |
18 env: BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror | 19 env: BUNDLEDLIBTOM=--disable-bundled-libtom WEXTRAFLAGS=-Werror |
19 | 20 |
20 compiler: | 21 compiler: |
21 - gcc | 22 - gcc |
22 - clang | 23 - clang |