mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add Portenta to CI build.
This commit is contained in:
parent
b5208bdb93
commit
62f4d85d10
10
.travis.yml
10
.travis.yml
@ -66,6 +66,13 @@ jobs:
|
||||
name: OPENMV4P_WORKSPACE # workspace names are escaped.
|
||||
paths: ~/build/$TARGET
|
||||
|
||||
- stage: build
|
||||
env: TARGET=PORTENTA
|
||||
workspaces:
|
||||
create:
|
||||
name: PORTENTA_WORKSPACE # workspace names are escaped.
|
||||
paths: ~/build/$TARGET
|
||||
|
||||
- stage: build
|
||||
env: TARGET=WINC1500
|
||||
workspaces:
|
||||
@ -84,9 +91,10 @@ jobs:
|
||||
- OPENMV3_WORKSPACE
|
||||
- OPENMV4_WORKSPACE
|
||||
- OPENMV4P_WORKSPACE
|
||||
- PORTENTA_WORKSPACE
|
||||
- WINC1500_WORKSPACE
|
||||
script:
|
||||
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4P WINC1500
|
||||
- zip -r firmware_${TRAVIS_TAG}.zip OPENMV2 OPENMV3 OPENMV4 OPENMV4P PORTENTA WINC1500
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user