Skip to content

Commit

Permalink
Adding macos test
Browse files Browse the repository at this point in the history
Adding testing the examples with the macos platform.
  • Loading branch information
chrislovecnm committed Nov 29, 2022
1 parent 615d24e commit 7d36159
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelci/presubmit.yml
Expand Up @@ -45,6 +45,14 @@ tasks:
- "//..."
test_targets:
- "//..."
macos_examples:
platform: macos
shell_commands:
- tests/core/cgo/generate_imported_dylib.sh
build_targets:
- "//..."
test_targets:
- "//..."
macos:
shell_commands:
- tests/core/cgo/generate_imported_dylib.sh
Expand Down

0 comments on commit 7d36159

Please sign in to comment.