Commit b348254 1 parent 92e6d7a commit b348254 Copy full SHA for b348254
File tree 4 files changed +22
-21
lines changed
4 files changed +22
-21
lines changed Original file line number Diff line number Diff line change 1
- name : " Dev Branch - Build & Upload FAP"
1
+ name : " Dev - Build & Upload FAP"
2
2
on :
3
3
push :
4
4
branches :
5
5
- dev
6
6
jobs :
7
7
ufbt-build-action :
8
8
runs-on : ubuntu-latest
9
- name : " Build: ${{ matrix.name }}. "
9
+ name : " Build: Dev "
10
10
steps :
11
- - name : " Checkout. "
11
+ - name : " Checkout"
12
12
uses : actions/checkout@v3
13
13
with :
14
14
submodules : recursive
15
15
16
16
# Flipper Zero ufbt action
17
17
# https://github.com/flipperdevices/flipperzero-ufbt-action
18
- - name : " Build app. "
18
+ - name : " Build"
19
19
uses : flipperdevices/flipperzero-ufbt-action@v0.1
20
20
id : build-app
21
21
with :
22
22
app-dir : ./fap
23
23
sdk-channel : dev
24
24
25
- - name : " Create zip archive (dev)"
25
+ - name : " Create Zip Archive (dev)"
26
26
uses : actions/upload-artifact@v3
27
27
with :
28
28
name : ${{ github.event.repository.name }}-dev-${{ steps.build-app.outputs.suffix }}.zip
Original file line number Diff line number Diff line change 1
- name : " Release Branch - Build & Upload FAP"
1
+ name : " Release - Build & Upload FAP"
2
2
on :
3
3
push :
4
4
branches :
@@ -22,23 +22,23 @@ jobs:
22
22
- name : " release"
23
23
sdk-channel : release
24
24
25
- name : " Build: ${{ matrix.name }}. "
25
+ name : " Build: ${{ matrix.name }}"
26
26
steps :
27
- - name : " Checkout. "
27
+ - name : " Checkout"
28
28
uses : actions/checkout@v3
29
29
with :
30
30
submodules : recursive
31
31
32
32
# Flipper Zero ufbt action
33
33
# https://github.com/flipperdevices/flipperzero-ufbt-action
34
- - name : " Build app. "
34
+ - name : " Build"
35
35
uses : flipperdevices/flipperzero-ufbt-action@v0.1
36
36
id : build-app
37
37
with :
38
38
app-dir : ./fap
39
39
sdk-channel : ${{ matrix.sdk-channel }}
40
40
41
- - name : " Create zip archives (dev/release/rc)"
41
+ - name : " Create Zip Archives (dev/release/rc)"
42
42
uses : actions/upload-artifact@v3
43
43
with :
44
44
name : ${{ github.event.repository.name }}-${{ matrix.name }}-${{ steps.build-app.outputs.suffix }}.zip
Original file line number Diff line number Diff line change 1
- name : " Dev Branch PR - Lint & Build Test"
1
+ name : " Dev PR - Lint & Build Test"
2
2
on :
3
3
pull_request :
4
4
branches :
5
5
- dev
6
6
jobs :
7
7
ufbt-test-build-action :
8
8
runs-on : ubuntu-latest
9
- name : " PR Build: ${{ matrix.name }}. "
9
+ name : " PR Build: dev "
10
10
steps :
11
- - name : " PR - Checkout. "
11
+ - name : " Checkout"
12
12
uses : actions/checkout@v3
13
13
with :
14
14
submodules : recursive
15
15
16
16
# Flipper Zero ufbt action
17
17
# https://github.com/flipperdevices/flipperzero-ufbt-action
18
- - name : " PR - Build app. "
18
+ - name : " Build"
19
19
uses : flipperdevices/flipperzero-ufbt-action@v0.1
20
20
id : build-app
21
21
with :
22
22
app-dir : ./fap
23
- sdk-channel : ${{ matrix.sdk-channel }}
23
+ sdk-channel : dev
24
24
25
- - name : " PR - Lint. "
25
+ - name : " Lint"
26
26
uses : flipperdevices/flipperzero-ufbt-action@v0.1
27
27
with :
28
28
app-dir : ./fap
Original file line number Diff line number Diff line change 1
- name : " Release Branch PR - Lint & Build Test"
1
+ name : " Release PR - Lint & Build Test"
2
2
on :
3
3
pull_request :
4
4
branches :
5
5
- main
6
6
jobs :
7
7
ufbt-test-build-action :
8
8
runs-on : ubuntu-latest
9
+ # The following builds must pass before release is accepted:
9
10
strategy :
10
11
matrix :
11
12
include :
@@ -18,23 +19,23 @@ jobs:
18
19
- name : " release"
19
20
sdk-channel : release
20
21
21
- name : " PR Build: ${{ matrix.name }}. "
22
+ name : " PR Build: ${{ matrix.name }}"
22
23
steps :
23
- - name : " PR - Checkout. "
24
+ - name : " Checkout"
24
25
uses : actions/checkout@v3
25
26
with :
26
27
submodules : recursive
27
28
28
29
# Flipper Zero ufbt action
29
30
# https://github.com/flipperdevices/flipperzero-ufbt-action
30
- - name : " PR - Build app. "
31
+ - name : " Build"
31
32
uses : flipperdevices/flipperzero-ufbt-action@v0.1
32
33
id : build-app
33
34
with :
34
35
app-dir : ./fap
35
36
sdk-channel : ${{ matrix.sdk-channel }}
36
37
37
- - name : " PR - Lint. "
38
+ - name : " Lint"
38
39
uses : flipperdevices/flipperzero-ufbt-action@v0.1
39
40
with :
40
41
app-dir : ./fap
You can’t perform that action at this time.
0 commit comments