From 842779a131ac4bda3c1386f3c50bce4c39134dcc Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 30 Mar 2020 12:54:03 +0300 Subject: update cmake-common --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 15b26de..788d0a3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,11 +25,11 @@ install: build_script: - '"%python_exe%" cmake\tools\clang-format.py' + - cd cmake - >- - "%python_exe%" cmake\cmake\build\ci\appveyor.py + "%python_exe%" -m project.ci.appveyor.cmake --install "%install_dir%" - -- - -D "BOOST_ROOT=%appveyor_boost_root%" + --boost "%appveyor_boost_root%" after_build: - 7z.exe a "%APPVEYOR_PROJECT_NAME%-%PLATFORM%-%CONFIGURATION%.zip" "%install_dir%" -- cgit v1.2.3