From c855cfada6587ec34c171b476fa463993654cbf6 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 23 Sep 2016 12:15:52 -0400 Subject: [PATCH] appveyor work around environment variable issue (#4071) --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 686ad365e..a096bf9a6 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 -- 2.22.0