diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-04 15:53:19 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-04 15:53:19 (GMT) |
| commit | f39b7c73e64487788f86dfb9ae11585767f284fc (patch) | |
| tree | 8b7e5a18a2e4d2d83e2b9fc04f3af39263e73c3f | |
| parent | e583aab8c93cf6a1c2bd747295996e83667b6bf8 (diff) | |
| download | tcl-f39b7c73e64487788f86dfb9ae11585767f284fc.zip tcl-f39b7c73e64487788f86dfb9ae11585767f284fc.tar.gz tcl-f39b7c73e64487788f86dfb9ae11585767f284fc.tar.bz2 | |
Don't build on travis with GCC on Windows, since it currently doesn't work in combination with autoconf-2.59-generated configure
| -rw-r--r-- | .travis.yml | 31 |
1 files changed, 2 insertions, 29 deletions
diff --git a/.travis.yml b/.travis.yml index 0504a45..294390a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ matrix: env: - CFGOPT=--disable-shared - BUILD_DIR=unix -# Debug build. Running test-cases disabled, because it is currently failing. +# Debug builds. Running test-cases disabled, because it is currently failing. - name: "Linux/GCC/Debug/no test" os: linux dist: xenial @@ -154,7 +154,7 @@ matrix: - wine env: - BUILD_DIR=win - - CFGOPT=--host=i686-w64-mingw32 + - CFGOPT="--host=i686-w64-mingw32" script: &crosstest - make all tcltest # Include a high visibility marker that tests are skipped outright @@ -246,33 +246,6 @@ matrix: script: - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=symbols,msvcrt,threads -f makefile.vc all tcltest' - cmd.exe /C 'vcvarsall.bat x64 && nmake OPTS=symbols,msvcrt,threads -f makefile.vc test' - - name: "Windows/GCC/Shared" - os: windows - compiler: gcc - env: - - BUILD_DIR=win - - CFGOPT="--enable-64bit" - before_install: - - choco install make - - cd ${BUILD_DIR} - - name: "Windows/GCC/Static" - os: windows - compiler: gcc - env: - - BUILD_DIR=win - - CFGOPT="--enable-64bit --disable-shared" - before_install: - - choco install make - - cd ${BUILD_DIR} - - name: "Windows/GCC/Debug" - os: windows - compiler: gcc - env: - - BUILD_DIR=win - - CFGOPT="--enable-64bit --enable-symbols" - before_install: - - choco install make - - cd ${BUILD_DIR} before_install: - cd ${BUILD_DIR} install: |
