mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add new Travis targets.
This commit is contained in:
parent
e6cc0a6f41
commit
29f76f3c35
18
.travis.yml
18
.travis.yml
@ -73,6 +73,20 @@ jobs:
|
|||||||
name: PORTENTA_WORKSPACE # workspace names are escaped.
|
name: PORTENTA_WORKSPACE # workspace names are escaped.
|
||||||
paths: ~/build/$TARGET
|
paths: ~/build/$TARGET
|
||||||
|
|
||||||
|
- stage: build
|
||||||
|
env: TARGET=OPENMVPT
|
||||||
|
workspaces:
|
||||||
|
create:
|
||||||
|
name: OPENMVPT_WORKSPACE # workspace names are escaped.
|
||||||
|
paths: ~/build/$TARGET
|
||||||
|
|
||||||
|
- stage: build
|
||||||
|
env: TARGET=NANO33
|
||||||
|
workspaces:
|
||||||
|
create:
|
||||||
|
name: NANO33_WORKSPACE # workspace names are escaped.
|
||||||
|
paths: ~/build/$TARGET
|
||||||
|
|
||||||
- stage: build
|
- stage: build
|
||||||
env: TARGET=WINC1500
|
env: TARGET=WINC1500
|
||||||
workspaces:
|
workspaces:
|
||||||
@ -101,10 +115,12 @@ jobs:
|
|||||||
- OPENMV4_WORKSPACE
|
- OPENMV4_WORKSPACE
|
||||||
- OPENMV4P_WORKSPACE
|
- OPENMV4P_WORKSPACE
|
||||||
- PORTENTA_WORKSPACE
|
- PORTENTA_WORKSPACE
|
||||||
|
- OPENMVPT_WORKSPACE
|
||||||
|
- NANO33_WORKSPACE
|
||||||
- WINC1500_WORKSPACE
|
- WINC1500_WORKSPACE
|
||||||
- CYW4343_WORKSPACE
|
- CYW4343_WORKSPACE
|
||||||
script:
|
script:
|
||||||
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4P PORTENTA WINC1500 CYW4343
|
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4P PORTENTA OPENMVPT NANO33 WINC1500 CYW4343
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
|||||||
9619
src/drivers/nrf/s140_nrf52_6.1.1/s140_nrf52_6.1.1_softdevice.hex
Normal file
9619
src/drivers/nrf/s140_nrf52_6.1.1/s140_nrf52_6.1.1_softdevice.hex
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user