projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d100c3d
)
[ci] bump circleci config version to 2.1
author
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 11:45:59 +0000
(12:45 +0100)
committer
Paul Brossier
<piem@piem.org>
Thu, 28 Dec 2023 11:45:59 +0000
(12:45 +0100)
.circleci/config.yml
patch
|
blob
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index
d146854
..
1fc9eb4
100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-1,3
+1,7
@@
+# python circleci 2.1 configuration
+# see https://circleci.com/docs/2.1/language-python/
+version: 2.1
+
apt-run: &apt-install
name: Install apt packages
command: |
@@
-36,7
+40,6
@@
uninstall-wheel: &uninstall-wheel
pip show -f aubio
pip uninstall --verbose --yes aubio
-version: 2
jobs:
build-27:
docker: