Skip to content

Commit

Permalink
appveyor work around environment variable issue (mavlink#4071)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored Sep 23, 2016
1 parent 187b860 commit c855cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c855cfa

Please sign in to comment.