Add AppVeyor configuration
This commit is contained in:
parent
fbeed0c92c
commit
bc98db0bf1
25
appveyor.yml
Normal file
25
appveyor.yml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
version: 1.0.8.{build}
|
||||||
|
|
||||||
|
os: Visual Studio 2015
|
||||||
|
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- platform: Win32
|
||||||
|
configuration: Debug
|
||||||
|
- platform: Win32
|
||||||
|
configuration: Release
|
||||||
|
- platform: x64
|
||||||
|
configuration: Debug
|
||||||
|
- platform: x64
|
||||||
|
configuration: Release
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
fast_finish: false
|
||||||
|
|
||||||
|
init:
|
||||||
|
msbuild /version
|
||||||
|
|
||||||
|
build:
|
||||||
|
parallel: true
|
||||||
|
project: libsodium.vcxproj
|
||||||
|
verbosity: minimal
|
Loading…
Reference in New Issue
Block a user