Changeset c785cc2 for .appveyor.yml


Ignore:
Timestamp:
Aug 25, 2016, 5:39:36 PM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
8ed5494
Parents:
50117ac
Message:

.appveyor.yml: fix path for windows+python 3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    r50117ac rc785cc2  
    3131      PYTHON_VERSION: "3.5.x"
    3232      PYTHON_ARCH: "64"
     33      # add path required to run preprocessor step
     34      PATH_EXTRAS: "c:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\bin"
    3335
    3436install:
     
    4446  - "%PYTHON%\\python.exe -m pip install wheel"
    4547
    46   - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
     48  - "SET PATH=%PATH_EXTRAS%;%%PYTHON%;%PYTHON%\\Scripts;%PATH%"
    4749
    4850  - "pip install --disable-pip-version-check --user --upgrade pip"
Note: See TracChangeset for help on using the changeset viewer.