We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51f84b commit 4374731Copy full SHA for 4374731
integrations/cloudbuild/build-all.yaml
@@ -18,7 +18,8 @@ steps:
18
args:
19
- >-
20
./scripts/build/build_examples.py --enable-flashbundle
21
- --target-glob '*' build --create-archives /workspace/artifacts/
+ --target-glob '*' --skip-target-glob '*-tests' build
22
+ --create-archives /workspace/artifacts/
23
id: CompileAll
24
waitFor:
25
- Bootstrap
integrations/cloudbuild/smoke-test.yaml
@@ -69,8 +69,8 @@ steps:
69
70
71
72
- --target-glob 'linux-*' build --create-archives
73
- /workspace/artifacts/
+ --target-glob 'linux-*' --skip-target-glob '*-tests' build
74
75
76
- EFR32
0 commit comments