- Timestamp:
- Oct 1, 2018, 12:53:15 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:
- 3fcc85e
- Parents:
- 2a3f08f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r2a3f08f rf1baffd 67 67 path: dist/ 68 68 69 build-37-nodeps: 70 docker: 71 - image: circleci/python:3.7 72 steps: 73 - checkout 74 - run: *pip-install 75 - run: *build-wheel 76 - run: *install-wheel 77 - run: pip show -f aubio 78 - run: pip uninstall aubio 79 - store_artifacts: 80 path: dist/ 81 69 82 workflows: 70 83 version: 2 … … 75 88 - build-36 76 89 - build-37 90 - build-37-nodeps
Note: See TracChangeset
for help on using the changeset viewer.