summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Expand)AuthorAgeFilesLines
* Change (unsupported) "utfmax" option in rules.vc to it's reverse "utf16". No ...jan.nijtmans2022-05-151-18/+0
* Use more 0o??? syntax for octal. Clean up build *.yml filesjan.nijtmans2020-12-101-3/+0
* Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test whic...jan.nijtmans2020-11-061-0/+9
* Still troubles with GIT on Travisjan.nijtmans2020-10-161-0/+4
* Something strange going on on Travis with (long-gone) safe-stock86.testjan.nijtmans2020-10-151-0/+1
* Merge 8.5jan.nijtmans2020-10-081-2/+4
|\
| * xcode12 -> xcode12.2. Prevent build warning about generic/tclStubInit.cjan.nijtmans2020-10-071-2/+3
* | Merge 8.5jan.nijtmans2020-09-261-6/+14
|\ \ | |/
| * Tweak xcode labels for Travis buildjan.nijtmans2020-09-261-5/+5
| * Build Travis with Xcode 12 and 12u (Universal Apps)jan.nijtmans2020-09-251-10/+18
* | Merge 8.5jan.nijtmans2020-09-251-23/+9
|\ \ | |/
| * Add gcc-10 build to Travisjan.nijtmans2020-09-241-22/+8
| * Let's see if we can recover from an occasional hickup like happened here: [ht...jan.nijtmans2020-09-231-1/+1
* | Merge 8.5 jan.nijtmans2020-09-021-4/+4
|\ \ | |/
| * Upgrade Travis build from xcode 11.5 to 11.7jan.nijtmans2020-09-021-4/+4
* | Merge 8.5jan.nijtmans2020-08-251-14/+14
|\ \ | |/
| * Keep gcc-5 and gcc-6 builds on "bionic", because "focal" doesn't have thesejan.nijtmans2020-08-251-2/+2
| * Upgrade Travis build from bionic to focaljan.nijtmans2020-08-241-16/+16
* | Merge 8.5jan.nijtmans2020-08-121-6/+1
|\ \ | |/
| * Update .travis.yml: remove deprecated "sudo" and rename "matrix" to "jobs"jan.nijtmans2020-08-121-2/+1
* | 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 conti...jan.nijtmans2020-06-261-0/+1
|/ /
* | 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 l...jan.nijtmans2020-04-221-0/+14
| |\
| * | Attempt to fix [1004065] for TCL_UTF_MAX=4. Disallow building Tcl with TCL_UT...jan.nijtmans2020-04-221-13/+0
| |/
| * Add travis build for TCL_UTF_MAX=4 and TCL_UTF_MAX=6. This test whether the "...jan.nijtmans2020-04-201-15/+30
| |\
| | * Move the needed apt package in .travis.yml to the top, so they can be shared ...jan.nijtmans2020-04-201-15/+10
| |/
| * 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
| * (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. Di...jan.nijtmans2019-12-161-4/+4
* | 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 libtommat...jan.nijtmans2020-04-031-14/+12
* | More Mem-Debug builds, using MSVC. jan.nijtmans2020-04-011-17/+36
* | 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
| * | Attempt to fix travis build. See: [https://travis-ci.community/t/vcvarsall-ba...jan.nijtmans2020-02-111-16/+16
|/ /
* | Fix 2 test-cases, which were failing when TCL_UTF_MAX=6. Add UTF_MAX=6 UNIX b...jan.nijtmans2019-12-071-0/+7
* | Add builds using TCL_UTF_MAX=4 on Windows. Not officially supported, but used...jan.nijtmans2019-12-041-9/+41
* | Add build using gcc and TCL_UTF_MAX=4 to Travis build. Not officially support...jan.nijtmans2019-12-031-12/+19
* | 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
* | 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
| |\
| | * try xcode 10.3jan.nijtmans2019-09-151-1/+1
| | * Run all test-cases with -verbose sbtel, so we can see which test-case actuall...jan.nijtmans2019-09-101-20/+15
| | * Add 32-bit (Windows-x86) builds to travis, both with MSVC and GCCjan.nijtmans2019-09-101-7/+53
| |/