diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-13 17:11:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-13 17:11:57 (GMT) |
commit | 7357639c2bbdcdb6ebd6028d9764fa723a3f8660 (patch) | |
tree | 3339e750cac7a5b9e7d0a376f688a472830aac4c | |
parent | 30fc501320ef1a28a3f8630f1beabfce3a8f69f0 (diff) | |
parent | b6e44cf97f0008b5ba4f10c229050d74f40ab319 (diff) | |
download | tcl-7357639c2bbdcdb6ebd6028d9764fa723a3f8660.zip tcl-7357639c2bbdcdb6ebd6028d9764fa723a3f8660.tar.gz tcl-7357639c2bbdcdb6ebd6028d9764fa723a3f8660.tar.bz2 |
please don't put experimental build steps in the main branches, as long as they don't work!
-rw-r--r-- | .travis.yml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.travis.yml b/.travis.yml index 2b582a8..0a1b943 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,25 +169,6 @@ matrix: - BUILD_DIR=win - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit --disable-shared" script: *crosstest -# Test on Windows with GCC native - - name: "Windows/GCC/Shared" - os: windows - compiler: gcc - env: - - BUILD_DIR=win - - CFGOPT="--enable-64bit --enable-threads" - before_install: - - choco install make - - cd ${BUILD_DIR} - - name: "Windows/GCC/Unshared" - os: windows - compiler: gcc - env: - - BUILD_DIR=win - - CFGOPT="--enable-64bit --enable-threads --disable-shared" - before_install: - - choco install make - - cd ${BUILD_DIR} before_install: - cd ${BUILD_DIR} install: |