Skip to content

Commit 30d9d99

Browse files
authored
Merge pull request #225 from Picovoice/eric-cleanup
Remove V2 and remove local action steps for all actions
2 parents 652802e + 8929bb2 commit 30d9d99

File tree

10 files changed

+19
-33
lines changed

10 files changed

+19
-33
lines changed

.github/workflows/dotnet-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: .NET Demos
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v2.0 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/dotnet/**'
99
- '!demo/dotnet/README.md'
1010
pull_request:
11-
branches: [ master, v2.0 ]
11+
branches: [ master ]
1212
paths:
1313
- 'demo/dotnet/**'
1414
- '!demo/dotnet/README.md'

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: .NET
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v2.0 ]
6+
branches: [ master ]
77
paths:
88
- 'binding/dotnet/**'
99
- 'lib/beaglebone/**'
@@ -14,7 +14,7 @@ on:
1414
- 'lib/windows/**'
1515
- '!binding/dotnet/README.md'
1616
pull_request:
17-
branches: [ master, v2.0 ]
17+
branches: [ master ]
1818
paths:
1919
- 'binding/dotnet/**'
2020
- 'lib/beaglebone/**'

.github/workflows/go-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Go Demos
22

33
on:
44
push:
5-
branches: [ master, v2.0 ]
5+
branches: [ master ]
66
paths:
77
- 'demo/go/**'
88
- '!demo/go/README.md'
99
pull_request:
10-
branches: [ master, v2.0 ]
10+
branches: [ master ]
1111
paths:
1212
- 'demo/go/**'
1313
- '!demo/go/README.md'

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Go
22

33
on:
44
push:
5-
branches: [ master, v2.0 ]
5+
branches: [ master ]
66
paths:
77
- 'binding/go/**'
88
- '!binding/go/README.md'
@@ -21,7 +21,7 @@ on:
2121
- 'resources/contexts/raspberry-pi/**'
2222
- 'resources/contexts/windows/**'
2323
pull_request:
24-
branches: [ master, v2.0 ]
24+
branches: [ master ]
2525
paths:
2626
- 'binding/go/**'
2727
- '!binding/go/README.md'

.github/workflows/ios-appcenter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ name: iOS AppCenter Tests
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v2.0 ]
6+
branches: [ master ]
77
paths:
88
- 'demo/ios/Podfile.lock'
99
pull_request:
10-
branches: [ master, v2.0 ]
10+
branches: [ master ]
1111
paths:
1212
- 'demo/ios/Podfile.lock'
1313

@@ -51,6 +51,7 @@ jobs:
5151
-scheme RhinoDemo
5252
-derivedDataPath ddp
5353
CODE_SIGNING_ALLOWED=NO
54+
5455
- name: Run Tests on AppCenter
5556
run: appcenter test run xcuitest
5657
--token ${{secrets.APPCENTERAPITOKEN}}

.github/workflows/java.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Java
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master]
6+
branches: [ master ]
77
paths:
88
- 'binding/java/**'
99
- '!binding/java/README.md'
@@ -16,7 +16,7 @@ on:
1616
- 'resources/contexts/raspberry-pi/**'
1717
- 'resources/contexts/windows/**'
1818
pull_request:
19-
branches: [ master]
19+
branches: [ master ]
2020
paths:
2121
- 'binding/java/**'
2222
- '!binding/java/README.md'

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python
22

33
on:
44
push:
5-
branches: [ master, v2.0 ]
5+
branches: [ master ]
66
paths:
77
- 'binding/python/**'
88
- '!binding/python/README.md'
@@ -21,7 +21,7 @@ on:
2121
- 'resources/contexts/raspberry-pi/**'
2222
- 'resources/contexts/windows/**'
2323
pull_request:
24-
branches: [ master, v2.0 ]
24+
branches: [ master ]
2525
paths:
2626
- 'binding/python/**'
2727
- '!binding/python/README.md'

.github/workflows/react.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ jobs:
4040
- name: Pre-build dependencies
4141
run: npm install yarn
4242

43-
- name: Local package dependencies
44-
run: |
45-
yarn
46-
yarn build
47-
for i in rhino-web*; do cd $i; yarn && yarn build || exit 1; cd ..; done
48-
working-directory: binding/web
49-
5043
- name: Install dependencies
5144
run: yarn install
5245

.github/workflows/rust-demos.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Rust Demos
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v2.0]
6+
branches: [ master ]
77
paths:
88
- 'demo/rust/**'
99
- '!demo/rust/README.md'
1010
pull_request:
11-
branches: [ master, v2.0 ]
11+
branches: [ master ]
1212
paths:
1313
- 'demo/rust/**'
1414
- '!demo/rust/README.md'
@@ -26,10 +26,6 @@ jobs:
2626
- name: Rust dependencies
2727
run: sudo apt install libasound2-dev
2828

29-
- name: Rust Local Pre-Build Dependency
30-
run: ./copy.sh
31-
working-directory: binding/rust
32-
3329
- name: Rust build micdemo
3430
run: cargo build --verbose
3531
working-directory: demo/rust/micdemo
@@ -43,10 +39,6 @@ jobs:
4339
- name: Rust dependencies
4440
run: sudo apt install libasound2-dev
4541

46-
- name: Rust Local Pre-Build Dependency
47-
run: ./copy.sh
48-
working-directory: binding/rust
49-
5042
- name: Rust build filedemo
5143
run: cargo build --verbose
5244
working-directory: demo/rust/filedemo

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Rust
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ master, v2.0 ]
6+
branches: [ master ]
77
paths:
88
- 'binding/rust/**'
99
- '!binding/rust/README.md'
@@ -22,7 +22,7 @@ on:
2222
- 'resources/contexts/raspberry-pi/**'
2323
- 'resources/contexts/windows/**'
2424
pull_request:
25-
branches: [ master, v2.0 ]
25+
branches: [ master ]
2626
paths:
2727
- 'binding/rust/**'
2828
- '!binding/rust/README.md'

0 commit comments

Comments
 (0)