Changeset 538eada


Ignore:
Timestamp:
Oct 1, 2018, 12:29:32 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:
2a3f08f
Parents:
500f4c2
Message:

.circleci/config.yml: add simple macos config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .circleci/config.yml

    r500f4c2 r538eada  
    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
    6981workflows:
    7082  version: 2
     
    7587      - build-36
    7688      - build-37
     89      - build-macos93
Note: See TracChangeset for help on using the changeset viewer.