From fe021c1aebe2fed06454735e208dad1210f89ffe Mon Sep 17 00:00:00 2001 From: "Thomas A. F. Thorne" Date: Thu, 7 Feb 2019 10:15:30 +0000 Subject: [PATCH] Call clean_build.bat Giving the Visual Studio job nothing to do means it successfully does nothing. Add a call to clean_build.bat --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index fe909f62..c6520d2f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -44,6 +44,7 @@ install: # Use build_script for our own build script build_script: + - cmd: ./clean_build.bat - sh: ./clean_build.sh ##### Test Phase #####