This commit is contained in:
odrling 2019-12-28 21:30:31 +01:00
parent 1fc91d5bf5
commit b820e3594b
1 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@ image: Visual Studio 2019
install:
# Set paths to dependencies (based on architecture)
- cmd: if %arch%==x86 (set PYTHON_ROOT=C:\python37) else (set PYTHON_ROOT=C:\python37-x64)
# Print out dependency paths
- cmd: echo Using Python at %PYTHON_ROOT%
- cmd: PYTHON_ROOT=C:\python37-x64
# Add necessary paths to PATH variable
- cmd: set PATH=%cd%;%PYTHON_ROOT%;%PYTHON_ROOT%\Scripts;%PATH%
# Install meson and ninja