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:
parent
e7e2d3b4ab
commit
fe021c1aeb
|
@ -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 #####
|
||||
|
|
Loading…
Reference in New Issue