Changeset 2a3f08f


Ignore:
Timestamp:
Oct 1, 2018, 12:34:12 PM (5 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:
f1baffd
Parents:
538eada
Message:

.circleci/config.yml: remove simple macos config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r538eada r2a3f08f  
    6767          path: dist/
    6868
    69   build-macos93:
    70     macos:
    71       xcode: "9.3.0"
    72     steps:
    73       - checkout
    74       - run: *pip-install
    75       - run: *build-wheel
    76       - run: *install-wheel
    77       - run: *test-nose2
    78       - store_artifacts:
    79           path: dist/
    80 
    8169workflows:
    8270  version: 2
     
    8775      - build-36
    8876      - build-37
    89       - build-macos93
Note: See TracChangeset for help on using the changeset viewer.