diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-11-26 18:36:31 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-11-26 18:36:31 +0000 |
| commit | b3cd6dbe749f0ae12df0953985cdb923888ebbfb (patch) | |
| tree | 3924460ae2809a847b4c535ea4b8576c309d8c77 | |
| parent | Fixed appveyor.yml (diff) | |
| download | DiligentCore-b3cd6dbe749f0ae12df0953985cdb923888ebbfb.tar.gz DiligentCore-b3cd6dbe749f0ae12df0953985cdb923888ebbfb.zip | |
Another fix to appveyor script
| -rw-r--r-- | appveyor.yml | 2 |
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 |
