File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ branches : [main]
4
+ pull_request :
5
+ name : CI
6
+ jobs :
7
+ flatpak :
8
+ name : " Flatpak"
9
+ runs-on : ubuntu-latest
10
+ container :
11
+ image : bilelmoussaoui/flatpak-github-actions:freedesktop-21.08
12
+ options : --privileged
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+ - uses : bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
16
+ name : " Build"
17
+ with :
18
+ bundle : test_modbus-tcp-client-shm.flatpak
19
+ manifest-path : network.koesling.modbus-tcp-client-shm
20
+ cache-key : flatpak-builder-${{ github.sha }}
Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ branches : [release]
4
+ pull_request :
5
+ name : CI
6
+ jobs :
7
+ flatpak :
8
+ name : " Flatpak"
9
+ runs-on : ubuntu-latest
10
+ container :
11
+ image : bilelmoussaoui/flatpak-github-actions:freedesktop-21.08
12
+ options : --privileged
13
+ steps :
14
+ - uses : actions/checkout@v2
15
+ - uses : bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
16
+ name : " Build"
17
+ with :
18
+ bundle : modbus-tcp-client-shm.flatpak
19
+ manifest-path : network.koesling.modbus-tcp-client-shm
20
+ cache-key : flatpak-builder-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments