[WIN32SS][USER32] Fix SwitchToThisWindow (#929)
[reactos.git] / appveyor.yml
index caf0f95..8e88b5e 100644 (file)
@@ -1,7 +1,9 @@
 environment:
   matrix:
-    - BuildType: "clang-cl"
+    - BuildType: "msvc-x64"
     - BuildType: "msvc"
+    - BuildType: "clang-cl"
+#     - BuildType: vssolution
 
 version: reactos.appveyor.{build}
 skip_branch_with_pr: true
@@ -22,7 +24,11 @@ init:
 
 build_script:
   - set PATH=C:\RosCMakeNinja\bin;%PATH%
-  - call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
+  - if "%BuildType%" == "msvc-x64" (
+        call "C:\PROGRA~2\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
+      ) else (
+        call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
+      )
   - cmake --version
   - md c:\ros_build
   - cd c:\ros_build
@@ -34,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