[NETAPI32] Implement parts of NetGetDCName and declare some parameters optional.
[reactos.git] / appveyor.yml
index f404f79..1c05af1 100644 (file)
@@ -1,13 +1,16 @@
 environment:
   matrix:
-    - BuildType: "msvc"
     - BuildType: "msvc-x64"
-    - BuildType: "clang-cl"
+    - BuildType: "msvc"
+#    - BuildType: "clang-cl"
+#    - BuildType: vssolution
 
 version: reactos.appveyor.{build}
 skip_branch_with_pr: true
 clone_depth: 5
 clone_folder: c:\reactos-cov
+matrix:
+  fast_finish: true
 
 init:
   - ps: (New-Object System.Net.WebClient).DownloadFile("https://svn.reactos.org/amine/RosCMakeNinja.zip","C:\RosCMakeNinja.zip")
@@ -39,3 +42,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