1
0
mirror of https://github.com/Picovoice/porcupine.git synced 2022-01-28 03:27:53 +03:00

64-bit RPI runners

This commit is contained in:
Eric Mikulin
2022-01-25 07:27:51 -08:00
committed by GitHub
parent 628e498200
commit 2587835727
21 changed files with 58 additions and 12 deletions

View File

@@ -6,11 +6,12 @@ on:
branches: [ master ]
paths:
- 'demo/android/Activity/porcupine-activity-demo-app/build.gradle'
- '.github/workflows/android-appcenter.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/android/Activity/porcupine-activity-demo-app/build.gradle'
- '.github/workflows/android-appcenter.yml'
defaults:
run:

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/angular/**'
- '!demo/angular/README.md'
- '.github/workflows/angular-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/angular/**'
- '!demo/angular/README.md'
- '.github/workflows/angular-demos.yml'
defaults:
run:

View File

@@ -9,6 +9,7 @@ on:
- '!binding/angular/README.md'
- 'lib/**'
- 'resources/**'
- '.github/workflows/angular.yml'
pull_request:
branches: [ master ]
paths:
@@ -16,6 +17,7 @@ on:
- '!binding/angular/README.md'
- 'lib/**'
- 'resources/**'
- '.github/workflows/angular.yml'
defaults:
run:

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/c/**'
- '!demo/c/README.md'
- '.github/workflows/c-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/c/**'
- '!demo/c/README.md'
- '.github/workflows/c-demos.yml'
defaults:
@@ -42,7 +44,7 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
steps:
- uses: actions/checkout@v2
@@ -127,17 +129,23 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
include:
- machine: rpi2
platform: raspberry-pi
arch: cortex-a7
- machine: rpi3
- machine: rpi3-32
platform: raspberry-pi
arch: cortex-a53
- machine: rpi4
- machine: rpi3-64
platform: raspberry-pi
arch: cortex-a53-aarch64
- machine: rpi4-32
platform: raspberry-pi
arch: cortex-a72
- machine: rpi4-64
platform: raspberry-pi
arch: cortex-a72-aarch64
- machine: jetson
platform: jetson
arch: cortex-a57-aarch64

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/dotnet/**'
- '!demo/dotnet/README.md'
- '.github/workflows/dotnet-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/dotnet/**'
- '!demo/dotnet/README.md'
- '.github/workflows/dotnet-demos.yml'
defaults:
run:

View File

@@ -20,7 +20,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/dotnet.yml'
pull_request:
branches: [ master ]
paths:
@@ -39,6 +39,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/dotnet.yml'
defaults:
run:
@@ -79,7 +80,7 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
steps:
- uses: actions/checkout@v2
@@ -91,4 +92,4 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test -- TestRunParameters.Parameter\(name=\"pvTestAccessKey\",\ value=\"${{secrets.PV_VALID_ACCESS_KEY}}\"\)
run: dotnet test -- TestRunParameters.Parameter\(name=\"pvTestAccessKey\",\ value=\"${{secrets.PV_VALID_ACCESS_KEY}}\"\)

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/go/**'
- '!demo/go/README.md'
- '.github/workflows/go-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/go/**'
- '!demo/go/README.md'
- '.github/workflows/go-demos.yml'
defaults:

View File

@@ -20,6 +20,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/go.yml'
pull_request:
branches: [ master ]
paths:
@@ -38,6 +39,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/go.yml'
defaults:
run:
@@ -77,7 +79,7 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
steps:
- uses: actions/checkout@v2

View File

@@ -6,10 +6,12 @@ on:
branches: [ master ]
paths:
- 'demo/ios/ForegroundApp/Podfile.lock'
- '.github/workflows/ios-appcenter.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/ios/ForegroundApp/Podfile.lock'
- '.github/workflows/ios-appcenter.yml'
defaults:
run:

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/java/**'
- '!demo/java/README.md'
- '.github/workflows/java-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/java/**'
- '!demo/java/README.md'
- '.github/workflows/java-demos.yml'
defaults:
run:

View File

@@ -15,6 +15,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/java.yml'
pull_request:
branches: [ master ]
paths:
@@ -28,6 +29,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/java.yml'
defaults:
run:
@@ -64,7 +66,7 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
steps:
- uses: actions/checkout@v2

View File

@@ -14,6 +14,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/nodejs.yml'
pull_request:
branches: [ master ]
paths:
@@ -26,6 +27,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/nodejs.yml'
defaults:
run:
@@ -62,7 +64,7 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
steps:
- uses: actions/checkout@v2

View File

@@ -20,6 +20,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/python.yml'
pull_request:
branches: [ master ]
paths:
@@ -38,6 +39,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/python.yml'
defaults:
run:
@@ -69,7 +71,7 @@ jobs:
strategy:
matrix:
machine: [rpi2, rpi3, rpi4, jetson, beaglebone]
machine: [rpi2, rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson, beaglebone]
steps:
- uses: actions/checkout@v2

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/react/**'
- '!demo/react/README.md'
- '.github/workflows/react-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/react/**'
- '!demo/react/README.md'
- '.github/workflows/react-demos.yml'
defaults:
run:

View File

@@ -11,6 +11,7 @@ on:
- 'lib/ios/**'
- 'resources/keyword_files/android/**'
- 'resources/keyword_files/ios/**'
- '.github/workflows/react-native.yml'
pull_request:
branches: [ master ]
paths:
@@ -21,6 +22,7 @@ on:
- 'lib/ios/**'
- 'resources/keyword_files/android/**'
- 'resources/keyword_files/ios/**'
- '.github/workflows/react-native.yml'
defaults:
run:

View File

@@ -9,6 +9,7 @@ on:
- '!binding/react/README.md'
- 'lib/wasm/**'
- 'resources/**'
- '.github/workflows/react.yml'
pull_request:
branches: [ master ]
paths:
@@ -16,6 +17,7 @@ on:
- '!binding/react/README.md'
- 'lib/wasm/**'
- 'resources/**'
- '.github/workflows/react.yml'
defaults:
run:

View File

@@ -7,11 +7,13 @@ on:
paths:
- 'demo/rust/**'
- '!demo/rust/README.md'
- '.github/workflows/rust-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/rust/**'
- '!demo/rust/README.md'
- '.github/workflows/rust-demos.yml'
env:
CARGO_TERM_COLOR: always

View File

@@ -20,6 +20,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/rust.yml'
pull_request:
branches: [ master ]
paths:
@@ -38,6 +39,7 @@ on:
- 'resources/keyword_files/mac/**'
- 'resources/keyword_files/raspberry-pi/**'
- 'resources/keyword_files/windows/**'
- '.github/workflows/rust.yml'
env:
CARGO_TERM_COLOR: always

View File

@@ -6,11 +6,13 @@ on:
paths:
- 'demo/vue/**'
- '!demo/vue/README.md'
- '.github/workflows/vue-demos.yml'
pull_request:
branches: [ master ]
paths:
- 'demo/vue/**'
- '!demo/vue/README.md'
- '.github/workflows/vue-demos.yml'
defaults:
run:

View File

@@ -9,6 +9,7 @@ on:
- '!binding/vue/README.md'
- 'lib/**'
- 'resources/**'
- '.github/workflows/vue.yml'
pull_request:
branches: [ master ]
paths:
@@ -16,6 +17,7 @@ on:
- '!binding/vue/README.md'
- 'lib/**'
- 'resources/**'
- '.github/workflows/vue.yml'
defaults:
run:

View File

@@ -9,6 +9,7 @@ on:
- '!binding/web/README.md'
- 'lib/**'
- 'resources/**'
- '.github/workflows/web.yml'
pull_request:
branches: [ master ]
paths:
@@ -16,6 +17,7 @@ on:
- '!binding/web/README.md'
- 'lib/**'
- 'resources/**'
- '.github/workflows/web.yml'
defaults:
run: