From: Paul Brossier Date: Tue, 20 Nov 2018 22:13:35 +0000 (+0100) Subject: [ci] remove custom path for win64 on appveyor X-Git-Tag: 0.4.8~24^2~1 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=9fc16effe1cbe55023d46916f3e6421f02f8c50f [ci] remove custom path for win64 on appveyor --- diff --git a/.appveyor.yml b/.appveyor.yml index 9da9024c..9b1dcbc3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,9 +3,6 @@ environment: - global: - CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin - matrix: # pre-installed python version, see: @@ -43,14 +40,11 @@ environment: PYTHON_ARCH: 64 install: - - ECHO "Installed SDKs:" - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\"" - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%" - - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH% - # Check that we have the expected version and architecture for Python - "python --version" - "python -c \"import struct; print(struct.calcsize('P') * 8)\""