From 9c62d342c3a3267f490ba62160d607b3d4e22ee7 Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Mon, 17 May 2021 16:11:19 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cb34459..00bf324 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,8 @@ environment: - PYTHON: "C:\\Python38" build_script: + - mkdir build && cd build - git submodule add -b stable ../../pybind/pybind11 extern/pybind11 - git submodule update --init - - cmake -G "Visual Studio 16 2019" -DPYTHON_MODULE=ON - - cmake --build _builds --config "%CONFIG%" + - cmake -G "Visual Studio 16 2019" -DPYTHON_MODULE=ON ../ + - cmake --build _builds --config "%CONFIG%" .