Browse Source

Still fighting

QGC4.4
DonLakeFlyer 6 years ago
parent
commit
c8684decff
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -13,9 +13,11 @@ environment:
SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_install SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_install
install: install:
- git submodule update --init --recursive
- cd "C:\Program Files (x86)" - cd "C:\Program Files (x86)"
- dir - dir
- cd "C:\Program Files"
- dir
- git submodule update --init --recursive
- cd "Microsoft Visual Studio" - cd "Microsoft Visual Studio"
- cd "2017" - cd "2017"
- cd "Community" - cd "Community"

Loading…
Cancel
Save