mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Change circle config
This commit is contained in:
parent
f087863279
commit
25a5f858fb
1 changed files with 18 additions and 9 deletions
|
@ -1,7 +1,8 @@
|
|||
version: 2
|
||||
jobs:
|
||||
prepare:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
working_directory: ~/
|
||||
|
||||
|
@ -16,7 +17,8 @@ jobs:
|
|||
pyenv global 3.5.2
|
||||
|
||||
build_x86_64:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -75,7 +77,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_x86:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -133,7 +136,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_rpi3:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -191,7 +195,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_rpi4:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -249,7 +254,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_rpi2:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -307,7 +313,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_bpi-r2:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -367,7 +374,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_wrt3200acm:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
@ -426,7 +434,8 @@ jobs:
|
|||
- openmptcprouter
|
||||
|
||||
build_wrt32:
|
||||
machine: true
|
||||
machine:
|
||||
image: ubuntu-1604:201903-01
|
||||
|
||||
environment:
|
||||
- OMR_VERSION: $CIRCLE_TAG
|
||||
|
|
Loading…
Reference in a new issue