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 aa8dac2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .bazelci/presubmit.yml
Expand Up @@ -38,13 +38,23 @@ 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
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 aa8dac2

Please sign in to comment.