Call clean_build.bat

Giving the Visual Studio job nothing to do means it successfully does
nothing.  Add a call to clean_build.bat
This commit is contained in:
Thomas A. F. Thorne 2019-02-07 10:15:30 +00:00
parent e7e2d3b4ab
commit fe021c1aeb
No known key found for this signature in database
GPG Key ID: F5CB28A9146B3180
1 changed files with 1 additions and 0 deletions

View File

@ -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 #####