mirror of
https://github.com/gwm17/catima.git
synced 2025-04-05 07:48:52 -04:00
Update appveyor.yml
This commit is contained in:
parent
742e7e2dff
commit
9c62d342c3
|
@ -9,7 +9,8 @@ environment:
|
||||||
- PYTHON: "C:\\Python38"
|
- PYTHON: "C:\\Python38"
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
- mkdir build && cd build
|
||||||
- git submodule add -b stable ../../pybind/pybind11 extern/pybind11
|
- git submodule add -b stable ../../pybind/pybind11 extern/pybind11
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- cmake -G "Visual Studio 16 2019" -DPYTHON_MODULE=ON
|
- cmake -G "Visual Studio 16 2019" -DPYTHON_MODULE=ON ../
|
||||||
- cmake --build _builds --config "%CONFIG%"
|
- cmake --build _builds --config "%CONFIG%" .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user