1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-22 10:18:50 -05:00

appveyor update

This commit is contained in:
hrocho 2022-03-31 13:24:17 +02:00
parent e8df7c70cf
commit 211573fe5c

View File

@ -34,9 +34,9 @@ build_script:
# - git submodule update --init
- mkdir build && cd build
# - cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G "Visual Studio 16 2019" -A%PLATFORM% -DPYTHON_EXECUTABLE=$(python -c "import sys; print(sys.executable)") ../
- cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G "Visual Studio 16 2019" -A%PLATFORM% ../
- cmake -DBUILD_SHARED_LIBS=OFF -DAPPS=OFF -G -DPYTHON_WHEEL=ON "Visual Studio 16 2019" -A%PLATFORM% ../
- cmake --build ./ --config "%CONFIG%"
- python ../pymodule/setup.py bdist_wheel
# - python ../pymodule/setup.py bdist_wheel
artifacts:
- path: build\dist\*