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:
matrix:
# - BUILD: 'Debug'
# CONFIG: debug
# SHADOW_BUILD_DIR: $(APPVEYOR_BUILD_FOLDER)\build_windows_debug
# SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_debug
- BUILD: 'Release'
CONFIG: installer
SHADOW_BUILD_DIR: $(APPVEYOR_BUILD_FOLDER)\build_windows_install
SHADOW_BUILD_DIR: C:\projects\qgroundcontrol\build_windows_install
install:
- 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