AppVeyor: Initial support
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
42ed65c7b9
commit
901b5af311
13
appveyor.yml
Normal file
13
appveyor.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
version: 1.0.{build}
|
||||||
|
image:
|
||||||
|
- Visual Studio 2019
|
||||||
|
- Visual Studio 2022
|
||||||
|
configuration:
|
||||||
|
- Debug
|
||||||
|
- Release
|
||||||
|
platform:
|
||||||
|
- x64
|
||||||
|
- x86
|
||||||
|
build:
|
||||||
|
project: UnitTests\UnitTests.sln
|
||||||
|
verbosity: minimal
|
Loading…
x
Reference in New Issue
Block a user