-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #992 from matthiasblaesing/appveyor
Enhance stability of tests and prepare for inclusion of appveyor
- Loading branch information
Showing
24 changed files
with
461 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: 1.0.{build} | ||
image: Visual Studio 2015 | ||
|
||
install: | ||
- cmd: set PATH=%PATH%;c:\cygwin64;c:\cygwin64\bin | ||
- cmd: choco install -y -f -i ant | ||
- cmd: choco install -y -f -i cygwin | ||
- cmd: C:\cygwin64\cygwinsetup.exe --root C:\cygwin64 --local-package-dir C:\cygwin64\packages --quiet-mode --no-desktop --no-startmenu --packages git,make,automake,automake1.15,libtool,mingw64-x86_64-gcc-g++,mingw64-x86_64-gcc-core,gcc-g++ | ||
- cmd: set JAVA_HOME=C:\Program Files\Java\jdk1.8.0 | ||
- cmd: set PATH=%JAVA_HOME%\bin;%PATH% | ||
- cmd: set PATH=c:\cygwin64;c:\cygwin64\bin;%PATH% | ||
- cmd: '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64' | ||
|
||
build_script: | ||
- cmd: ant dist | ||
|
||
test_script: | ||
- cmd: net start spooler | ||
- cmd: ant test | ||
- cmd: ant test-platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.