mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +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.
|
||||
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
|
||||
env: TARGET=WINC1500
|
||||
workspaces:
|
||||
@ -101,10 +115,12 @@ jobs:
|
||||
- OPENMV4_WORKSPACE
|
||||
- OPENMV4P_WORKSPACE
|
||||
- PORTENTA_WORKSPACE
|
||||
- OPENMVPT_WORKSPACE
|
||||
- NANO33_WORKSPACE
|
||||
- WINC1500_WORKSPACE
|
||||
- CYW4343_WORKSPACE
|
||||
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:
|
||||
provider: releases
|
||||
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