1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-23 02:38:51 -05:00

Update appveyor.yml

This commit is contained in:
Andrej Prochazka 2021-05-17 16:53:53 +02:00 committed by GitHub
parent 2e914f9be3
commit 0da79a867c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,4 @@ build_script:
- git submodule update --init - git submodule update --init
- mkdir build && cd build - mkdir build && cd build
- cmake -DPYTHON_EXECUTABLE=C:\\Python37-x64\python.exe -G "Visual Studio 16 2019" -A%PLATFORM% -DPYTHON_MODULE=ON ../ - cmake -DPYTHON_EXECUTABLE=C:\\Python37-x64\python.exe -G "Visual Studio 16 2019" -A%PLATFORM% -DPYTHON_MODULE=ON ../
- cmake --build _builds --config "%CONFIG%" . - cmake --build ./ --config "%CONFIG%" .