https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95fdc24157f663fe85589f...
commit 95fdc24157f663fe85589f8b7fd8eea3e3985fd2 Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Thu May 24 22:00:01 2018 +0200 Commit: Mark Jansen mark.jansen@reactos.org CommitDate: Sun Aug 19 20:03:14 2018 +0200
[APPVEYOR] Add 'BuildType: vssolution'
Disabled by default, though ready to be enabled. --- appveyor.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/appveyor.yml b/appveyor.yml index 0c196ee825..8e88b5e7b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ environment: - BuildType: "msvc-x64" - BuildType: "msvc" - BuildType: "clang-cl" +# - BuildType: vssolution
version: reactos.appveyor.{build} skip_branch_with_pr: true @@ -39,3 +40,18 @@ build_script:
test: 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