projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538eada
)
.circleci/config.yml: remove simple macos config
author
Paul Brossier
<piem@piem.org>
Mon, 1 Oct 2018 10:34:12 +0000
(12:34 +0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 1 Oct 2018 10:34:12 +0000
(12:34 +0200)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index
aecbfcd
..
cff42b7
100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-66,18
+66,6
@@
jobs:
- store_artifacts:
path: dist/
- build-macos93:
- macos:
- xcode: "9.3.0"
- steps:
- - checkout
- - run: *pip-install
- - run: *build-wheel
- - run: *install-wheel
- - run: *test-nose2
- - store_artifacts:
- path: dist/
-
workflows:
version: 2
@@
-86,4
+74,3
@@
workflows:
- build-27
- build-36
- build-37
- - build-macos93