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

Commit

Permalink
Update bazel workspace and version to latest. (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Mar 6, 2018
1 parent 9c8ef30 commit b8261f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .kokoro
Expand Up @@ -61,6 +61,11 @@ TAG=$(git tag --sort=v:refname -l "$KOKORO_RUNNER_VERSION" | tail -n1)
git checkout "$TAG" > /dev/null
popd


bazel version
use_bazel.sh 0.11.0
bazel version

./.kokoro-ios-runner/bazel.sh test //:UnitTests --min-xcode-version 8.1.0 $verbosity_args

echo "Success!"
20 changes: 17 additions & 3 deletions WORKSPACE
Expand Up @@ -12,10 +12,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.

git_repository(
http_archive(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
commit = "7ea0557",
url = "https://github.com/bazelbuild/rules_apple/archive/0.3.0.zip",
strip_prefix = "rules_apple-0.3.0",
# Generated by running: openssl sha -sha256 <path to zip>
sha256 = "0c2f7b903c2334a3e7e0b565f0f80a854047ac36202978318f853cb762bf33f3"
)

git_repository(
name = "bazel_skylib",
remote = "https://github.com/bazelbuild/bazel-skylib.git",
tag = "0.2.0",
)

http_file(
name = "xctestrunner",
executable = 1,
url = "https://github.com/google/xctestrunner/releases/download/0.2.1/ios_test_runner.par",
)

git_repository(
Expand Down

0 comments on commit b8261f3

Please sign in to comment.