diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 03:55:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-09 03:55:05 +0300 |
commit | 5878e4a7a9c8ce2bbbc9f0017d7c0b62b454fe9c (patch) | |
tree | 428d3f35164b82f97a5221dcf9043b2a6a589b0e /appveyor.yml | |
parent | update cmake-common (diff) | |
download | windows7-drivers-5878e4a7a9c8ce2bbbc9f0017d7c0b62b454fe9c.tar.gz windows7-drivers-5878e4a7a9c8ce2bbbc9f0017d7c0b62b454fe9c.zip |
update cmake-common
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8b3038d..a300af1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" um/cmake/ci/build_appveyor.py --install "%install_dir%"' + - '"%python_exe%" um\cmake\cmake\build\ci\appveyor.py --install "%install_dir%"' - ps: .\.appveyor\build.ps1 -InstallDir $env:install_dir after_build: |