- Timestamp:
- Oct 1, 2018, 12:29:32 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:
- 2a3f08f
- Parents:
- 500f4c2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r500f4c2 r538eada 67 67 path: dist/ 68 68 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 69 81 workflows: 70 82 version: 2 … … 75 87 - build-36 76 88 - build-37 89 - build-macos93
Note: See TracChangeset
for help on using the changeset viewer.