File tree 1 file changed +23
-1
lines changed
1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,29 @@ concurrency:
26
26
cancel-in-progress : true
27
27
28
28
jobs :
29
- minimal :
29
+ minimal-all-clusters :
30
+ name : Linux / configure build of all-clusters-app
31
+
32
+ if : github.actor != 'restyled-io[bot]'
33
+ runs-on : ubuntu-latest
34
+
35
+ container :
36
+ image : ghcr.io/project-chip/chip-build-minimal:50
37
+
38
+ steps :
39
+ - name : Checkout
40
+ uses : actions/checkout@v4
41
+
42
+ - name : Checkout submodules # but don't bootstrap!
43
+ uses : ./.github/actions/checkout-submodules
44
+ with :
45
+ platform : linux
46
+
47
+ - name : Configure and build All Clusters App
48
+ run : |
49
+ CC=gcc CXX=g++ scripts/configure --project=examples/all-clusters-app/linux && ./ninja-build
50
+
51
+ minimal-network-manager :
30
52
name : Linux / configure build of network-manager-app
31
53
32
54
if : github.actor != 'restyled-io[bot]'
You can’t perform that action at this time.
0 commit comments