This repository has been archived by the owner on Aug 4, 2022. It is now read-only.
Releases: material-foundation/kokoro-ios-runner
Releases · material-foundation/kokoro-ios-runner
v3.0.0
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
- Add support for running bazel tests (#5) (featherless)
v2.1.1
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
This minor release adds command logging to the kokoro builds.
New features
Commands are now output to stderr along with their results.
Source changes
- Display commands to stderr. (#3) (featherless)
v2.0.0
This release introduces support for the bazel toolchain.
Breaking changes
build_and_test.sh
has been renamed toxcodebuild.sh
New features
- The new
bazel.sh
script supports running bazel builds against all local Xcode installs.
Source changes
- Add support for bazel builds. (#2) (featherless)
v1.0.0
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
- Add initial version of the build_and_test script. (#1) (featherless)