diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-13 17:08:58 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-07-13 17:08:58 (GMT) |
| commit | b6e44cf97f0008b5ba4f10c229050d74f40ab319 (patch) | |
| tree | 4b6ee380c684267c1b9cd57e7564ae03db760d4c | |
| parent | 15eff3a60bfc721bb27a4f6d661fdf0a12a050b6 (diff) | |
| download | tcl-b6e44cf97f0008b5ba4f10c229050d74f40ab319.zip tcl-b6e44cf97f0008b5ba4f10c229050d74f40ab319.tar.gz tcl-b6e44cf97f0008b5ba4f10c229050d74f40ab319.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 ec85985..b28e410 100644 --- a/.travis.yml +++ b/.travis.yml @@ -169,25 +169,6 @@ matrix: - BUILD_DIR=win - CFGOPT="--host=x86_64-w64-mingw32 --enable-64bit --enable-threads --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: |
