Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Releases: material-foundation/kokoro-ios-runner

v3.0.0

06 Oct 21:16
Compare
Choose a tag to compare

This major change adds support for running arbitrary bazel commands (notably test) on targets.

Breaking changes

  • bazel.sh now accepts a bazel command as its first argument and the target as its second.

New features

  • Support for arbitrary bazel commands.

Source changes

v2.1.1

06 Oct 17:44
Compare
Choose a tag to compare

This patch release fixes a bug where the runner scripts wouldn't think they were running in kokoro
during continuous integration builds.

Source changes

v2.1.0

05 Oct 21:43
Compare
Choose a tag to compare

This minor release adds command logging to the kokoro builds.

New features

Commands are now output to stderr along with their results.

Source changes

v2.0.0

05 Oct 20:27
Compare
Choose a tag to compare

This release introduces support for the bazel toolchain.

Breaking changes

  • build_and_test.sh has been renamed to xcodebuild.sh

New features

  • The new bazel.sh script supports running bazel builds against all local Xcode installs.

Source changes

v1.0.0

05 Oct 17:37
Compare
Choose a tag to compare

Includes the build_and_test.sh script. The script supports building and testing arbitrary xcodeproj
schemes. The script will run against each Xcode 8 and 9 installation available on the device. It's
also possible to filter which simulators the script runs against.

Source changes