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