summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2018-11-10 09:55:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2018-11-10 09:55:31 (GMT)
commitb82e9669618dda939dcedae14fdcc9f9cab087ff (patch)
tree45f9b8d01059d14b5133e35cdee6b90e56c21f40
parent6fe99b6e66c8a2606658ee482d9f1390ef403b78 (diff)
downloadtcl-b82e9669618dda939dcedae14fdcc9f9cab087ff.zip
tcl-b82e9669618dda939dcedae14fdcc9f9cab087ff.tar.gz
tcl-b82e9669618dda939dcedae14fdcc9f9cab087ff.tar.bz2
Build instructions tinkering
-rw-r--r--.travis.yml30
1 files changed, 15 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index d810eaf..b11e6c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,22 +7,22 @@ matrix:
dist: trusty
compiler: clang
env:
- - CFGOPT=--enable-shared BUILD_DIR=unix MATRIX_EVAL=""
+ - CFGOPT=--enable-shared BUILD_DIR=unix
- os: linux
dist: trusty
compiler: clang
env:
- - CFGOPT=--disable-shared BUILD_DIR=unix MATRIX_EVAL=""
+ - CFGOPT=--disable-shared BUILD_DIR=unix
- os: linux
dist: trusty
compiler: gcc
env:
- - CFGOPT=--enable-shared BUILD_DIR=unix MATRIX_EVAL=""
+ - CFGOPT=--enable-shared BUILD_DIR=unix
- os: linux
dist: trusty
compiler: gcc
env:
- - CFGOPT=--disable-shared BUILD_DIR=unix MATRIX_EVAL=""
+ - CFGOPT=--disable-shared BUILD_DIR=unix
- os: linux
dist: trusty
compiler: gcc
@@ -47,7 +47,7 @@ matrix:
- CC=gcc-5 BUILD_DIR=unix MATRIX_EVAL="CC=gcc-5"
- os: linux
dist: trusty
- compiler: gcc
+ compiler: gcc-6
addons:
apt:
sources:
@@ -55,7 +55,7 @@ matrix:
packages:
- g++-6
env:
- - CC=gcc-6 BUILD_DIR=unix MATRIX_EVAL="CC=gcc-6"
+ - BUILD_DIR=unix
- os: linux
dist: trusty
compiler: gcc
@@ -70,23 +70,23 @@ matrix:
- os: osx
osx_image: xcode8
env:
- - BUILD_DIR=unix MATRIX_EVAL=""
+ - BUILD_DIR=unix
- os: osx
osx_image: xcode8
env:
- - BUILD_DIR=macosx MATRIX_EVAL="" NO_DIRECT_CONFIGURE=1
+ - BUILD_DIR=macosx NO_DIRECT_CONFIGURE=1
- os: osx
osx_image: xcode9
env:
- - BUILD_DIR=macosx MATRIX_EVAL="" NO_DIRECT_CONFIGURE=1
+ - BUILD_DIR=macosx NO_DIRECT_CONFIGURE=1
- os: osx
osx_image: xcode10
env:
- - BUILD_DIR=macosx MATRIX_EVAL="" NO_DIRECT_CONFIGURE=1
+ - BUILD_DIR=macosx NO_DIRECT_CONFIGURE=1
### C builds not currently supported on Windows instances
# - os: windows
# env:
-# - BUILD_DIR=win MATRIX_EVAL=""
+# - BUILD_DIR=win
### ... so proxy with a Mingw cross-compile
# Test with mingw-w64 (32 bit)
- os: linux
@@ -102,7 +102,7 @@ matrix:
- gcc-multilib
- wine
env:
- - BUILD_DIR=win MATRIX_EVAL="" CFGOPT=--host=i686-w64-mingw32 NO_DIRECT_TEST=1
+ - BUILD_DIR=win CFGOPT=--host=i686-w64-mingw32 NO_DIRECT_TEST=1
# Test with mingw-w64 (64 bit)
- os: linux
dist: trusty
@@ -116,7 +116,7 @@ matrix:
- gcc-mingw-w64
- wine
env:
- - BUILD_DIR=win MATRIX_EVAL="" CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit" NO_DIRECT_TEST=1
+ - BUILD_DIR=win CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit" NO_DIRECT_TEST=1
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rvm get stable; fi
@@ -127,5 +127,5 @@ install:
- test -n "$NO_DIRECT_CONFIGURE" || ./configure ${CFGOPT}
script:
- make
- - test -n "$NO_DIRECT_TEST" || make test TESTFLAGS='-notfile socket.test'
- - test -n "$NO_DIRECT_TEST" || make test TESTFLAGS='-file socket.test -verbose pt'
+ - test -n "$NO_DIRECT_TEST" || make test TESTFLAGS='-notfile socket.test' styles=develop
+ - test -n "$NO_DIRECT_TEST" || make test TESTFLAGS='-file socket.test -verbose pt' styles=develop