Changeset 805381a for .appveyor.yml


Ignore:
Timestamp:
Sep 25, 2018, 2:08:32 PM (6 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
8ced1e8
Parents:
a2a313f
Message:

.appveyor.yml: force cl.exe path on 64-bit platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    ra2a313f r805381a  
    55
    66  global:
    7       MINGW_32: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin
    8       MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
     7      CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
    98
    109  matrix:
     
    5150  - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%"
    5251
    53   #- if [%PYTHON_ARCH%]==[32] SET PATH=%MINGW_32%;%PATH%
    54   - if [%PYTHON_ARCH%]==[64] SET PATH=%MINGW_64%;%PATH%
     52  - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH%
    5553
    5654  # Check that we have the expected version and architecture for Python
Note: See TracChangeset for help on using the changeset viewer.