Changeset 8ced1e8


Ignore:
Timestamp:
Sep 25, 2018, 2:11:31 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:
73f02cc, d214124
Parents:
805381a
Message:

.appveyor.yml: do force waf to use msvc 14 (tests/ wont compile on 10)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .appveyor.yml

    r805381a r8ced1e8  
    6969build_script:
    7070  # also build libaubio with waf
    71   - python waf configure build install --verbose
     71  - python waf configure build install --verbose --msvc_version="msvc 14.0"
    7272  # clean before building python package
    7373  - python waf distclean
Note: See TracChangeset for help on using the changeset viewer.