Skip to content

Commit c4f0340

Browse files
authored
Merge pull request #324 from realsenseai/dev
Meging dev branch into master
2 parents db6472e + 60e95ab commit c4f0340

65 files changed

Lines changed: 10400 additions & 1352 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: C/C++ CI
1+
name: Build JP 5.0.2
22

33
on:
44
push:
@@ -8,16 +8,18 @@ on:
88
pull_request:
99
branches: ['**']
1010

11+
permissions: read-all
12+
1113
jobs:
1214
build:
1315

14-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1517

1618
steps:
17-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
1820
- name: setup workspace
1921
run: yes | ./setup_workspace.sh 5.0.2
2022
- name: apply patches
21-
run: git config --global user.email "builder@example.com" && git config --global user.name "builder" && ./apply_patches.sh apply 5.0.2
23+
run: git config --global user.email "builder@example.com" && git config --global user.name "builder" && ./apply_patches.sh 5.0.2
2224
- name: build
2325
run: ./build_all.sh 5.0.2

.github/workflows/build-jp512.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Build JP 5.1.2
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- dev
8+
pull_request:
9+
branches: ['**']
10+
11+
permissions: read-all
12+
13+
jobs:
14+
build:
15+
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
20+
- name: setup workspace
21+
run: yes | ./setup_workspace.sh 5.1.2
22+
- name: apply patches
23+
run: git config --global user.email "builder@example.com" && git config --global user.name "builder" && ./apply_patches.sh 5.1.2
24+
- name: build
25+
run: ./build_all.sh 5.1.2

.github/workflows/build-jp6.1.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Build JP 6.1
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- dev
8+
pull_request:
9+
branches: ['**']
10+
11+
permissions: read-all
12+
13+
jobs:
14+
build:
15+
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
20+
- name: setup workspace
21+
run: yes | ./setup_workspace.sh 6.1
22+
- name: apply patches
23+
run: git config --global user.email "builder@example.com" && git config --global user.name "builder" && ./apply_patches.sh 6.1
24+
- name: build
25+
run: ./build_all.sh 6.1

.github/workflows/build-jp6.2.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Build JP 6.2
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- dev
8+
pull_request:
9+
branches: ['**']
10+
11+
permissions: read-all
12+
13+
jobs:
14+
build:
15+
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
20+
- name: setup workspace
21+
run: yes | ./setup_workspace.sh 6.2
22+
- name: apply patches
23+
run: git config --global user.email "builder@example.com" && git config --global user.name "builder" && ./apply_patches.sh 6.2
24+
- name: build
25+
run: ./build_all.sh 6.2

.github/workflows/build-jp6.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Build JP 6.0
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- dev
8+
pull_request:
9+
branches: ['**']
10+
11+
permissions: read-all
12+
13+
jobs:
14+
build:
15+
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 #v3
20+
- name: setup workspace
21+
run: yes | ./setup_workspace.sh 6.0
22+
- name: apply patches
23+
run: git config --global user.email "builder@example.com" && git config --global user.name "builder" && ./apply_patches.sh 6.0
24+
- name: build
25+
run: ./build_all.sh 6.0

0 commit comments

Comments
 (0)