AppVeyor: Reconfigure
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
f0699d7f47
commit
0d024b97d1
74
appveyor.yml
74
appveyor.yml
@ -1,13 +1,83 @@
|
|||||||
version: 1.0.{build}
|
version: master.{build}
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2019
|
|
||||||
- Visual Studio 2022
|
- Visual Studio 2022
|
||||||
|
- Visual Studio 2019
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
platform:
|
platform:
|
||||||
- x64
|
- x64
|
||||||
- x86
|
- x86
|
||||||
|
|
||||||
|
for:
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2022
|
||||||
|
configuration: Debug
|
||||||
|
platform: x64
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\x64\Debug\UnitTests.dll
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2022
|
||||||
|
configuration: Release
|
||||||
|
platform: x64
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\x64\Release\UnitTests.dll
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2022
|
||||||
|
configuration: Debug
|
||||||
|
platform: x86
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\Debug\UnitTests.dll
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2022
|
||||||
|
configuration: Release
|
||||||
|
platform: x86
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\Release\UnitTests.dll
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2019
|
||||||
|
configuration: Debug
|
||||||
|
platform: x64
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\x64\Debug\UnitTests.dll
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2019
|
||||||
|
configuration: Release
|
||||||
|
platform: x64
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\x64\Release\UnitTests.dll
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2019
|
||||||
|
configuration: Debug
|
||||||
|
platform: x86
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\Debug\UnitTests.dll"
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- image: Visual Studio 2019
|
||||||
|
configuration: Release
|
||||||
|
platform: x86
|
||||||
|
environment:
|
||||||
|
UnitTestsFile: UnitTests\Release\UnitTests.dll
|
||||||
|
|
||||||
build:
|
build:
|
||||||
project: UnitTests\UnitTests.sln
|
project: UnitTests\UnitTests.sln
|
||||||
|
parallel: true
|
||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
|
test_script:
|
||||||
|
- cmd: vstest.console /logger:Appveyor %UnitTestsFile%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user