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 c579123
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,21 @@ tasks:
test_targets:
- "//..."
ubuntu2004_examples:
name: Examples test Ubuntu
name: Examples test on Ubuntu
platform: ubuntu2004
working_directory: examples/basic-gazelle
build_targets:
- "//..."
test_targets:
- "//..."
macos_examples:
name: Examples test on MacOS
platform: macos
working_directory: examples/basic-gazelle
build_targets:
- "//..."
test_targets:
- "//..."
macos:
shell_commands:
- tests/core/cgo/generate_imported_dylib.sh
Expand Down

0 comments on commit c579123

Please sign in to comment.