summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use Visual Studio 2015 instead of 2012 as default compiler for Appveyor testingWilliam S Fulton2016-10-301-5/+5
|
* Python2 build on x64 should no longer failAlec Cooper2016-01-061-7/+0
|
* Switch appveyor to test Python 3.4 instead of 3.5William S Fulton2015-12-051-1/+1
|
* Workaround Appveyor random failures due to nuget install errorsWilliam S Fulton2015-08-121-1/+1
| | | | | Add and use nuget-install.cmd based on https://github.com/appveyor/ci/blob/master/scripts/nuget-restore.cmd
* Use JAVA_HOME value in configure to detect Java.Vadim Zeitlin2015-08-011-1/+1
| | | | | | This is simpler than having to use --with-java, --with-javac and --with-javaincl options and, even more importantly, will usually just work by default.
* Remove executable permission from appveyor.yml.Vadim Zeitlin2015-08-011-0/+0
| | | | This is not an executable file.
* Appveyor testing expandedWilliam S Fulton2015-07-041-2/+17
| | | | | | | | | | - New variable to control version of Visual Studio to use on appveyor - Enable VS2015 (14.0) for C# - Run full check-test-suite and not just partialcheck-test-suite since Appveyor performance improvements since using dedicated Hyper-V instead of Azure. - Allow 64 bit Python 2.7 to fail on Appveyor as a vector container slicing bug needs fixing.
* Appveyor: use default os imageWilliam S Fulton2015-06-251-3/+0
|
* Appveyor upgrade to cygwin on stable serverWilliam S Fulton2015-06-021-1/+1
| | | | Appveyor now has cygwin on their stable OS
* Appveyor - don't show env variables anymoreWilliam S Fulton2015-04-041-1/+0
|
* Appveyor: partialcheck test-suiteWilliam S Fulton2015-04-041-2/+2
| | | | | | Java and Python time out when running just the test-suite. Compromise for now... run just partialcheck-test-suite, ie test just invoking SWIG and not C/C++compile and run tests.
* Remove appveyor debugging codeWilliam S Fulton2015-04-041-43/+0
|
* Add CI testing for Windows using AppveyorWilliam S Fulton2015-04-041-0/+117
appveyor.yml file for testing at http://appveyor.com/