mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
[APPVEYOR] Add 'BuildType: vssolution'
Disabled by default, though ready to be enabled.
This commit is contained in:
parent
55368bacc8
commit
95fdc24157
1 changed files with 16 additions and 0 deletions
16
appveyor.yml
16
appveyor.yml
|
@ -3,6 +3,7 @@ environment:
|
||||||
- BuildType: "msvc-x64"
|
- BuildType: "msvc-x64"
|
||||||
- BuildType: "msvc"
|
- BuildType: "msvc"
|
||||||
- BuildType: "clang-cl"
|
- BuildType: "clang-cl"
|
||||||
|
# - BuildType: vssolution
|
||||||
|
|
||||||
version: reactos.appveyor.{build}
|
version: reactos.appveyor.{build}
|
||||||
skip_branch_with_pr: true
|
skip_branch_with_pr: true
|
||||||
|
@ -39,3 +40,18 @@ build_script:
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
|
|
||||||
|
for:
|
||||||
|
-
|
||||||
|
matrix:
|
||||||
|
only:
|
||||||
|
- BuildType: vssolution
|
||||||
|
|
||||||
|
build_script:
|
||||||
|
- set PATH=C:\RosCMakeNinja\bin;%PATH%
|
||||||
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
|
||||||
|
- cmake --version
|
||||||
|
- md C:\ros_build
|
||||||
|
- cd C:\ros_build
|
||||||
|
- call %APPVEYOR_BUILD_FOLDER%\configure.cmd VSSolution -DENABLE_ROSTESTS=1
|
||||||
|
- msbuild /verbosity:quiet /target:bootcd REACTOS.sln
|
||||||
|
|
Loading…
Reference in a new issue