Skip to content

Commit

Permalink
Disable tizen builds from build all tests: tizen does not compile in …
Browse files Browse the repository at this point in the history
…the vscode image (#19457)
  • Loading branch information
andy31415 authored and pull[bot] committed Jan 15, 2024
1 parent 58c10bc commit eecb34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*' --skip-target-glob '*-tests' build
--target-glob '*' --skip-target-glob '{tizen-*,*-tests}' build
--create-archives /workspace/artifacts/
id: CompileAll
waitFor:
Expand Down

0 comments on commit eecb34a

Please sign in to comment.