Changeset d1d4ad4 for .appveyor.yml


Ignore:
Timestamp:
Nov 21, 2018, 1:00:47 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/constantq
Children:
f87e191
Parents:
c03d191 (diff), 5eea3b2 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/constantq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    rc03d191 rd1d4ad4  
    33
    44environment:
    5 
    6   global:
    7       CUSTOM64PATH: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin
    85
    96  matrix:
     
    4441
    4542install:
    46 
    4743  - ECHO "Installed SDKs:"
    4844  - ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
    4945
    5046  - "SET PATH=%PYTHONDIR%;%PYTHONDIR%\\Scripts;%PATH%"
    51 
    52   - if [%PYTHON_ARCH%]==[64] SET PATH=%CUSTOM64PATH%;%PATH%
    5347
    5448  # Check that we have the expected version and architecture for Python
     
    7266  # clean before building python package
    7367  - python waf distclean
    74   # build python module without using libaubio
    75   - pip wheel -v -v -v --wheel-dir=dist .
    7668  # build, upload and install wheel (inspired by numpy's appveyor)
    7769  - ps: |
Note: See TracChangeset for help on using the changeset viewer.