- Timestamp:
- Oct 1, 2018, 12:34:12 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r538eada r2a3f08f 67 67 path: dist/ 68 68 69 build-macos93:70 macos:71 xcode: "9.3.0"72 steps:73 - checkout74 - run: *pip-install75 - run: *build-wheel76 - run: *install-wheel77 - run: *test-nose278 - store_artifacts:79 path: dist/80 81 69 workflows: 82 70 version: 2 … … 87 75 - build-36 88 76 - build-37 89 - build-macos93
Note: See TracChangeset
for help on using the changeset viewer.