summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge make-dist branch: Now travis checks regressions in "make dist" toojan.nijtmans2020-06-281-0/+9
|\
| * Add "make dist" target to Travis build, as regression test. This should ↵jan.nijtmans2020-06-261-0/+1
|/ | | | continue to work.
* Merge 8.5jan.nijtmans2020-05-261-4/+4
|\
| * Update from Xcode 11.4 to 11.5: Latest one should continue to work always.jan.nijtmans2020-05-201-4/+4
| |
| * Merge-mark. Add Travis builds for TCL_UTF_MAX=5 and TCL_UTF_MAX=6: It looks ↵jan.nijtmans2020-04-221-0/+14
| |\ | | | | | | | | | like all tests are passing now!
| * | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with ↵jan.nijtmans2020-04-221-13/+0
| |/ | | | | | | TCL_UTF_MAX>4
| * Add travis build for TCL_UTF_MAX=4 and TCL_UTF_MAX=6. This test whether the ↵jan.nijtmans2020-04-201-15/+30
| |\ | | | | | | | | | | | | "compat85" constraint (which is only true for TCL_UTF_MAX=3) is necessary for this test-case. Since TCL_UTF_MAX>3 is UNSUPPORTED, it doesn't matter what the actual test result is for test-cases tagged with "compat85". We just want to know which testcases are effected.
| | * Move the needed apt package in .travis.yml to the top, so they can be shared ↵jan.nijtmans2020-04-201-15/+10
| |/ | | | | | | between the images.
| * Add mem-debug build to Travis. Update Xcode from 8 to 8.3, 9 to 9.2 and 11.3 ↵jan.nijtmans2020-04-171-10/+49
| | | | | | | | to 11.4
| * (cherry-pick): Fix travis build, due to the change of Windows image.jan.nijtmans2020-02-141-40/+34
| |
| * Only use OPTS=msvcrt in combination with "static", otherwise it's a NOOP. ↵jan.nijtmans2019-12-161-4/+4
| | | | | | | | Disable pragma warning:C4146 (backported from 8.6), since it only gives misleading warnings.
* | Update latest Xcode from 11.3 to 11.4jan.nijtmans2020-04-151-4/+4
| |
* | Try installing in a directory with a space in its name.jan.nijtmans2020-04-131-2/+2
| |
* | Let's test if "make install" works, for now without spaces in the pathjan.nijtmans2020-04-121-1/+3
| |
* | Update xcode 8 -> 8.3 and 9 -> 9.2 for Travis build. Install latest ↵jan.nijtmans2020-04-031-14/+12
| | | | | | | | libtommath homebrew package without hack, this time.
* | More Mem-Debug builds, using MSVC. jan.nijtmans2020-04-011-17/+36
| | | | | | Install libtommath on MacOS, in order to assure that the built-in libtommath doesn't conflict with that.
* | Add enable-symbols=mem builds to Travisjan.nijtmans2020-03-311-0/+28
| |
* | Fix travis build, due to the change of Windows image.jan.nijtmans2020-02-121-45/+40
|\ \
| * | Move build from xenial to bionic. Add Xcode11.3 build for MacOS (now that we ↵jan.nijtmans2020-02-111-18/+25
| | | | | | | | | | | | are on it anyway)
| * | Attempt to fix travis build. See: ↵jan.nijtmans2020-02-111-16/+16
|/ / | | | | | | [https://travis-ci.community/t/vcvarsall-bat-freezes-on-new-1809-based-windows-images/7098]
* | Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX ↵jan.nijtmans2019-12-071-0/+7
| | | | | | | | build to Travis as proof that now all test-cases pass for UTF_MAX=6 (still not officially supported)
* | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but ↵jan.nijtmans2019-12-041-9/+41
| | | | | | | | used by Androwish. Also alphabetise some options in win/makefile.vc and win/rules.vc
* | Add build using gcc and TCL_UTF_MAX=4 to Travis build. Not officially ↵jan.nijtmans2019-12-031-12/+19
| | | | | | | | supported but used by Androwish. Remove "threads" designator on Windows, since it's already default.
* | Merge 8.5jan.nijtmans2019-10-101-40/+2
|\ \ | |/
| * Don't bother to install wine, when we are not going to run it anyway. jan.nijtmans2019-10-101-40/+2
| | | | | | Only build shared version (32/64bit) when cross-compiling on Linux: We already compile all versions with GCC natively (with tests!), so those have little additional value.
* | Add 32-bit windows builds (both MSVC and GCC) to Travisjan.nijtmans2019-09-161-20/+59
|\ \ | |/
| * Add 32-bit Windows builds, both with MSVC and GCC, to Travis. jan.nijtmans2019-09-161-20/+61
| |\ | | | | | | Backport various test-suite changes fro 8.6 to 8.5, mainly "knownBug" markers and comments
| | * try xcode 10.3jan.nijtmans2019-09-151-1/+1
| | |
| | * Run all test-cases with -verbose sbtel, so we can see which test-case ↵jan.nijtmans2019-09-101-20/+15
| | | | | | | | | | | | actually hangs.
| | * Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCCjan.nijtmans2019-09-101-7/+53
| |/
* | Merge 8.5jan.nijtmans2019-09-091-6/+6
|\ \ | |/
| * Move &crosstest up in .travis.ymljan.nijtmans2019-09-091-6/+6
| |
* | Merge 8.5jan.nijtmans2019-09-081-36/+36
|\ \ | |/
| * dde and registry extension should be compiled with -DUNICODE -D_UNICODE.jan.nijtmans2019-09-081-36/+36
| | | | | | Put 64-bit builds before 32-bit builds in travis
* | Merge 8.5jan.nijtmans2019-09-071-1/+1
|\ \ | |/
| * Add --enable-threads to Windows/GCC (native) builds. This is - most likely - ↵jan.nijtmans2019-09-071-3/+3
| | | | | | | | the cause of the travis failure in compile.test.
* | merge 8.5 (no functional changes on tclProc, it was already fixed there - ↵sebres2019-09-061-0/+28
|\ \ | |/ | | | | only test cases)
| * Fix configure script (re-generated with a modified autoconf-2.59, in which ↵jan.nijtmans2019-09-061-28/+58
| | | | | | | | | | the AC_PROG_MAKE_SET macro is replaced with the one from autoconf-2.69) :-) Re-enable native travis build on Windows, showing that the build now works.
* | Don't build on travis with GCC on Windows, since it currently doesn't work ↵jan.nijtmans2019-09-041-29/+2
| | | | | | | | in combination with autoconf-2.59-generated configure
* | Add native Windows builds using GCC (mingw-w64) to travis.jan.nijtmans2019-08-221-1/+28
|\ \
| * | Forgot "choko install make"jan.nijtmans2019-08-121-0/+6
| | |
| * | Test windows native buildjan.nijtmans2019-08-121-1/+13
|/ /
* | Merge 8.5jan.nijtmans2019-07-301-7/+9
|\ \ | |/
| * typo in .travis.ymljan.nijtmans2019-07-301-1/+1
| |
| * Enable testcases on Visual Studio builds. Disable some test-cases on Travis, ↵jan.nijtmans2019-07-291-8/+10
| | | | | | | | which are known to fail.
* | Fix Travis Static/Debug builds on Windows. Als group Clang builds together.jan.nijtmans2019-07-241-28/+30
| |
* | Merge 8.5jan.nijtmans2019-07-231-6/+71
|\ \ | |/
| * Fix travis buildjan.nijtmans2019-07-201-1/+1
| |
| * Add Windows build, and Linux full debug build to Travis. No test runs yet, ↵jan.nijtmans2019-07-191-7/+72
| | | | | | | | because some of them are still failing.
* | Merge 8.5jan.nijtmans2019-07-161-18/+25
|\ \ | |/