Add appveyor.yml
This commit is contained in:
parent
dd8cbab569
commit
eb6becca89
1 changed files with 15 additions and 0 deletions
15
appveyor.yml
Normal file
15
appveyor.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
image: Visual Studio 2015
|
||||
|
||||
platform:
|
||||
- x86
|
||||
- x64
|
||||
|
||||
install:
|
||||
- script\configure.cmd
|
||||
- msbuild compiler.vcxproj
|
||||
- msbuild runtime.vcxproj
|
||||
- msbuild tests.vcxproj
|
||||
|
||||
test_script:
|
||||
|
||||
build: off
|
||||
Loading…
Add table
Add a link
Reference in a new issue