Skip to content

Commit 62a9012

Browse files
authored
Create build-jp6.2
Add a new workflow to test the compilation of JP6.2 with the MIPI driver
1 parent 4c167d7 commit 62a9012

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/build-jp6.2

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

0 commit comments

Comments
 (0)