There was an error while loading. Please reload this page.
1 parent 46a4803 commit 180ee9cCopy full SHA for 180ee9c
1 file changed
.github/workflows/build-jp6.1.yml
@@ -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 apply 6.1
24
+ - name: build
25
+ run: ./build_all.sh 6.1
0 commit comments