File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # proto-file: //devtools/kokoro/config/proto/build.proto
2+ # proto-message: BuildConfig
3+
4+ build_file: " cel-python/release/kokoro/presubmit_macos.sh"
5+ timeout_mins: 30
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ echo " Cel-expr-python build and test on MacOS"
3+ echo " TODO(b/507567432): implement presubmit build for MacOS."
4+
5+ exit 0
Original file line number Diff line number Diff line change 1+ # proto-file: //devtools/kokoro/config/proto/build.proto
2+ # proto-message: BuildConfig
3+
4+ build_file: " cel-python/release/kokoro/release_macos.sh"
5+ timeout_mins: 30
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ echo " Cel-expr-python release build on MacOS"
3+ echo " TODO(b/507567432): implement release build for MacOS."
4+
5+ exit 0
You can’t perform that action at this time.
0 commit comments