- Timestamp:
- Oct 1, 2018, 1:04: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:
- 8142a7e
- Parents:
- 3fcc85e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.circleci/config.yml
r3fcc85e rab8bffa 26 26 PATH=/home/circleci/.local/bin:$PATH nose2 -v 27 27 28 test-nose2-nosounds: &test-nose2-nosounds 29 name: Test python wheel 30 command: | 31 PATH=/home/circleci/.local/bin:$PATH nose2 -v 32 33 uninstall-wheel: &uninstall-wheel 34 name: Uninstall python wheel 35 command: | 36 pip show -f aubio 37 pip uninstall --verbose --yes aubio 38 28 39 version: 2 29 40 jobs: … … 38 49 - run: *install-wheel 39 50 - run: *test-nose2 51 - run: *uninstall-wheel 40 52 - store_artifacts: 41 53 path: dist/ … … 51 63 - run: *install-wheel 52 64 - run: *test-nose2 65 - run: *uninstall-wheel 53 66 - store_artifacts: 54 67 path: dist/ … … 64 77 - run: *install-wheel 65 78 - run: *test-nose2 79 - run: *uninstall-wheel 66 80 - store_artifacts: 67 81 path: dist/ … … 75 89 - run: *build-wheel 76 90 - run: *install-wheel 77 - run: pip show -f aubio78 - run: pip uninstall -y aubio91 - run: *test-nose2-nosounds 92 - run: *uninstall-wheel 79 93 - store_artifacts: 80 94 path: dist/
Note: See TracChangeset
for help on using the changeset viewer.