summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-11-26 18:36:31 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-11-26 18:36:31 +0000
commitb3cd6dbe749f0ae12df0953985cdb923888ebbfb (patch)
tree3924460ae2809a847b4c535ea4b8576c309d8c77
parentFixed appveyor.yml (diff)
downloadDiligentCore-b3cd6dbe749f0ae12df0953985cdb923888ebbfb.tar.gz
DiligentCore-b3cd6dbe749f0ae12df0953985cdb923888ebbfb.zip
Another fix to appveyor script
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f513c85f..54dd4d4d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -59,7 +59,7 @@ clone_folder: c:\projects\DiligentCore
install:
# clone submodules
- git submodule update --init --recursive
- - BuildTools\Scripts\install.bat
+ - BuildTools\Scripts\appveyor\install.bat
before_build:
- cd c:\projects\DiligentCore\BuildTools\FormatValidation