Browse Source

Check appveyor build server settings (same checks as travis)

bel 10 năm trước cách đây
mục cha
commit
18ddb5e1bd
1 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 1
      appveyor.yml

+ 6 - 1
appveyor.yml

@@ -102,7 +102,12 @@ before_build:
   - set "build_path=%output_path%\build"
   - set "build_path=%output_path%\build"
   - set "install_path=%output_path%\install"
   - set "install_path=%output_path%\install"
   - set "third_party_dir=C:\third-party"
   - set "third_party_dir=C:\third-party"
-  # Generate the build files
+  # Check some settings of the build server
+  - ver
+  - cd
+  - dir
+  - ipconfig /all
+  # Generate the build scripts with CMake
   - mkdir "%build_path%"
   - mkdir "%build_path%"
   - cd "%build_path%"
   - cd "%build_path%"
   - cmake --version
   - cmake --version