Commit c855cfad authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

appveyor work around environment variable issue (#4071)

parent 187b860f
...@@ -7,10 +7,10 @@ environment: ...@@ -7,10 +7,10 @@ environment:
matrix: matrix:
# - BUILD: 'Debug' # - BUILD: 'Debug'
# CONFIG: debug # CONFIG: debug
# SHADOW_BUILD_DIR: $(APPVEYOR_BUILD_FOLDER)\build_windows_debug # SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_debug
- BUILD: 'Release' - BUILD: 'Release'
CONFIG: installer CONFIG: installer
SHADOW_BUILD_DIR: $(APPVEYOR_BUILD_FOLDER)\build_windows_install SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_install
install: install:
- git submodule update --init --recursive - git submodule update --init --recursive
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment