summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ | |/
| * 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!
| * please don't put experimental build steps in the main branches, as long as ↵jan.nijtmans2019-07-131-19/+0
| | | | | | | | they don't work!
* | Merge 8.5jan.nijtmans2019-07-121-26/+0
|\ \ | |/
| * 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.
* | Add CI (Travis) builds and testing for Windows, both with MSVC and GCC.dkf2019-07-101-37/+78
|\ \ | |/
| * 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
| |
* | Merge 8.5jan.nijtmans2019-07-051-16/+32
|\ \
| * | Add "name" entries to travis build configurationjan.nijtmans2019-07-051-16/+32
| |/
* | Add --disable-shared builds on win32/win64 (mingw-w64)jan.nijtmans2019-04-091-0/+31
|\ \ | |/
| * Add test-cases for win32/win64 --disable-shared, and put standard ↵jan.nijtmans2019-04-081-2/+33
| | | | | | | | --enable-threads
* | Merge 8.5jan.nijtmans2019-02-251-11/+11
|\ \ | |/
| * 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
| |
* | Why are we using rvm? Why?dkf2018-12-141-1/+0
| |
* | Cleaner way of writing environment variablesdkf2018-11-121-7/+16
| |
* | Clean up Travis config now that it passesdkf2018-11-111-11/+10
| |
* | Build instructions tinkeringdkf2018-11-101-15/+15
| |
* | Tracking down test failuresdkf2018-11-101-1/+2
| |
* | Merge the Travis build rules more properlydkf2018-11-071-133/+27
| |
* | Rebase of travis configdkf2018-11-071-0/+91
|/
* 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
|