There was an error while loading. Please reload this page.
1 parent 4c167d7 commit 62a9012Copy full SHA for 62a9012
1 file changed
.github/workflows/build-jp6.2
@@ -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