From 053386b7e57829353bb206dfb8c7a5cc5de5beb6 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Fri, 25 Sep 2015 19:02:59 -0400 Subject: [PATCH] appveyor run unit tests --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 201182fe2..3e803c325 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,7 +18,7 @@ build_script: - jom -j 4 test_script: -# - if "%CONFIG%" EQU "debug" ( debug\qgroundcontrol --unittest ) + - if "%CONFIG%" EQU "debug" ( debug\qgroundcontrol --unittest ) after_build: - if "%CONFIG%" EQU "installer" ( appveyor PushArtifact C:\projects\qgroundcontrol\release\qgroundcontrol-installer-win32.exe ) -- 2.22.0