comparison .travis.yml @ 1690:2a06ef4ba80d

.travis.yml needs spaces not tabs
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 May 2020 23:16:11 +0800
parents d2d3b5ba6c64
children 2d3745d58843
comparison
equal deleted inserted replaced
1689:d2d3b5ba6c64 1690:2a06ef4ba80d
8 # subsequent matrix options use these first settings 8 # subsequent matrix options use these first settings
9 - os: linux 9 - os: linux
10 compiler: gcc 10 compiler: gcc
11 env: WEXTRAFLAGS=-Werror 11 env: WEXTRAFLAGS=-Werror
12 sudo: false 12 sudo: false
13 # use focal which provides libtommath 1.20 13 # use focal which provides libtommath 1.20
14 dist: focal 14 dist: focal
15 - env: MULTI=1 WEXTRAFLAGS=-Werror 15 - env: MULTI=1 WEXTRAFLAGS=-Werror
16 # libtom has some warnings, so no WEXTRAFLAGS 16 # libtom has some warnings, so no WEXTRAFLAGS
17 - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS="" 17 - env: CONFIGURE_FLAGS=--enable-bundled-libtom WEXTRAFLAGS=""
18 # can use an older distro with bundled libtom 18 # can use an older distro with bundled libtom
19 dist: xenial 19 dist: xenial
20 - env: NOWRITEV=1 20 - env: NOWRITEV=1
21 - os: linux 21 - os: linux
22 compiler: clang 22 compiler: clang
23 - os: osx 23 - os: osx
24 compiler: clang 24 compiler: clang