summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 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
|/
* Move &crosstest up in .travis.ymljan.nijtmans2019-09-091-6/+6
|
* 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
* 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.
* 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.
* 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 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.
* Fix travis build for xcode 9/10/11jan.nijtmans2019-07-151-5/+5
|
* Add experimental xcode11 build steps to travis. Also sort different ↵jan.nijtmans2019-07-131-23/+30
| | | | gcc/xcode versions from high to low
* please don't put experimental build steps in the main branches, as long as ↵jan.nijtmans2019-07-131-19/+0
| | | | they don't work!
* Leave out travis tests for MSVC, until test-cases are fixed.jan.nijtmans2019-07-121-26/+0
| | | Revert generated configure script to use original autoconf version.
* More tweaking to work around YAML parsing issues and fix an irrelevant test ↵dkf2019-07-091-2/+2
| | | | failure with static builds on Windows
* Tweak the build a bit more, and use YAML a bit betterdkf2019-07-081-60/+46
|
* The next round of trying to get Windows builds workingdkf2019-07-051-9/+18
|
* Might as well try direct gcc on Windows too.dkf2019-07-041-0/+12
|
* More tinkering with the build. Can override scripts in the matrix, but need ↵dkf2019-07-041-30/+75
| | | | magic to find nmake.
* There are no cats in America, and no tabs in YAML filesdkf2019-07-031-2/+2
|
* So... you can't directly override a script in the matrix section of .travis.ymldkf2019-07-021-4/+3
|
* This is a trial of doing a classic Windows build-and-test on Travisdkf2019-07-011-0/+6
|
* Add test-cases for win32/win64 --disable-shared, and put standard ↵jan.nijtmans2019-04-081-2/+33
| | | | --enable-threads
* Move from trusty -> xenal for travis builds. Also add build on Mojave (xcode ↵jan.nijtmans2019-02-241-11/+11
| | | | 10.2)
* No need for latest "rvm" any more in osx builds (now even gives an error)jan.nijtmans2018-12-181-1/+0
| | | Remove unused/empty header-file
* Fix builds on Travis.dkf2018-11-111-31/+25
|
* Make MacOSX compile work (hopefully) and cross-compile on mingw-w64 (compile ↵jan.nijtmans2018-10-311-14/+68
| | | | only, no unit-test yet)
* Expand the build matrixdkf2018-10-221-9/+35
|
* Disable windows builds. Make test failures fatal.dkf2018-10-211-5/+7
|
* Travis CI builddkf2018-10-201-0/+63