Commit graph

12 commits

Author SHA1 Message Date
Alec Cooper
12b62a562d Python2 build on x64 should no longer fail 2016-01-06 16:52:37 -05:00
William S Fulton
ffd32797cc Switch appveyor to test Python 3.4 instead of 3.5 2015-12-05 11:28:24 +00:00
William S Fulton
9aa0f85cda Workaround Appveyor random failures due to nuget install errors
Add and use nuget-install.cmd based on
https://github.com/appveyor/ci/blob/master/scripts/nuget-restore.cmd
2015-08-12 18:27:20 +01:00
Vadim Zeitlin
2e7331964a Use JAVA_HOME value in configure to detect Java.
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.
2015-08-01 18:50:27 +02:00
Vadim Zeitlin
2837550c4b Remove executable permission from appveyor.yml.
This is not an executable file.
2015-08-01 18:04:50 +02:00
William S Fulton
5dce99751c Appveyor testing expanded
- 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.
2015-07-04 21:01:28 +01:00
William S Fulton
0650f3535e Appveyor: use default os image 2015-06-25 11:31:57 +01:00
William S Fulton
678937db24 Appveyor upgrade to cygwin on stable server
Appveyor now has cygwin on their stable OS
2015-06-02 20:12:22 +01:00
William S Fulton
6c76c7bb75 Appveyor - don't show env variables anymore 2015-04-04 02:24:14 +01:00
William S Fulton
083c75e9b6 Appveyor: partialcheck test-suite
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.
2015-04-04 02:17:57 +01:00
William S Fulton
b0e0237347 Remove appveyor debugging code 2015-04-04 02:17:57 +01:00
William S Fulton
1445b364ff Add CI testing for Windows using Appveyor
appveyor.yml file for testing at http://appveyor.com/
2015-04-04 02:17:57 +01:00