From 65b24a87d444d4136f59c21860b7265bdd094e50 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 13:45:27 +0300 Subject: update cmake-common --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index a72aab5..4a61be0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -24,7 +24,8 @@ install: - git submodule update --init --recursive build_script: - - '"%python_exe%" cmake\cmake\build\ci\appveyor.py --install "%install_dir%"' + - cd cmake + - '"%python_exe%" -m project.ci.appveyor.cmake --install "%install_dir%"' after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" -- cgit v1.2.3