summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove g++ builds from travis/github actions. The construct "CC=g++" doesn't ↵jan.nijtmans2020-12-181-34/+0
| | | | work any more with autoconf-2.70
* Merge 8.6. Add empty "tests/safe-stock86.test", in an attempt to remove this ↵jan.nijtmans2020-12-101-3/+0
|\ | | | | | | file from the GIT branches (it shouldn't be there, just as in fossil)
| * Use more 0o??? syntax for octal. Clean up build *.yml filesjan.nijtmans2020-12-101-3/+0
| |
* | nmake: OPTS=msvcrt is now the default, even for static builds. Use ↵jan.nijtmans2020-12-091-8/+8
| | | | | | | | | | OPTS=nomsvcrt if you don't want that. Add more comments in win/*.vc files, describing what's going on.^C
* | In configure/make Windows build, static builds include dde and registry ↵jan.nijtmans2020-12-071-11/+2
| | | | | | | | extension statically too implicitly
* | Merge 8.6jan.nijtmans2020-11-061-0/+9
|\ \ | |/
| * Add MSVC "StaticPackage" build to travis. Fix another bug in winDde.test ↵jan.nijtmans2020-11-061-0/+9
| | | | | | | | which didn't account for statically loaded dde package.
* | Merge 8.6jan.nijtmans2020-10-161-0/+4
|\ \ | |/
| * Still troubles with GIT on Travisjan.nijtmans2020-10-161-0/+4
| |
* | Merge 8.6jan.nijtmans2020-10-151-0/+1
|\ \ | |/
| * Something strange going on on Travis with (long-gone) safe-stock86.testjan.nijtmans2020-10-151-0/+1
| |
* | Merge 8.6jan.nijtmans2020-10-081-5/+7
|\ \ | |/
| * 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.6jan.nijtmans2020-09-261-10/+18
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2020-09-251-23/+9
|\ \ \ | |/ /
| * | 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: ↵jan.nijtmans2020-09-231-1/+1
| | | | | | | | | | | | [https://travis-ci.org/github/tcltk/tcl/jobs/729226819]
* | | Merge 8.6jan.nijtmans2020-09-021-8/+8
|\ \ \ | |/ /
| * | Merge 8.5 jan.nijtmans2020-09-021-4/+4
| |\ \ | | |/ | | | Mark io-46.1 and io-50.5 as "notOSX", since they sometimes fail in Travis
| | * Upgrade Travis build from xcode 11.5 to 11.7jan.nijtmans2020-09-021-4/+4
| | |
* | | Merge 8.6jan.nijtmans2020-08-251-15/+15
|\ \ \ | |/ /
| * | 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.6jan.nijtmans2020-08-121-18/+12
|\ \ \ | |/ /
| * | 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
| | | | | | | | | Fix travis build for Windows/Debug
* | | Merge 8.6jan.nijtmans2020-06-281-0/+9
|\ \ \ | |/ /
| * | 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.6. Add MacOS build using Clang++jan.nijtmans2020-05-261-8/+16
|\ \ \ | |/ /
| * | 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.
* | | Merge 8.7jan.nijtmans2020-04-161-6/+6
|\ \ \ | |/ /
| * | 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
| | |
* | | Merge 8.6jan.nijtmans2020-04-131-1/+3
|\ \ \ | |/ /
| * | Let's test if "make install" works, for now without spaces in the pathjan.nijtmans2020-04-121-1/+3
| | |