Add AppVeyor support
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
42cb00a22a
commit
37335edb71
18
appveyor.yml
Normal file
18
appveyor.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
version: 1.0.{build}
|
||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
PROJECT_FILE: stdex-15.0.sln
|
||||||
|
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
|
PROJECT_FILE: stdex-16.0.sln
|
||||||
|
configuration:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
platform:
|
||||||
|
- Win32
|
||||||
|
- x64
|
||||||
|
- ARM64
|
||||||
|
build:
|
||||||
|
project: $(PROJECT_FILE)
|
||||||
|
parallel: true
|
||||||
|
verbosity: minimal
|
Loading…
x
Reference in New Issue
Block a user