Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis to work on newer versions and on multiplatforms #161

Merged
merged 2 commits into from
Mar 5, 2017

Conversation

or-shachar
Copy link
Contributor

Previous travis ran only with bazel 0.3.2 and on linux.
This update makes sure travis will have 4 permutations:

  • versions: latest (0.4.4) and head.
  • platforms: linux and osx

#Notes:

  • The source of this file is from go_rules adjusted to this repo
  • I skipped all apt requirements but libxml2-utils that failed without it
  • Those changes still don't solve issue test_run should be a sh_test #76 but will help test solutions to it
  • I also added prints on duration of each test that is run by the test_run.sh

Now it will work with latest release (0.4.4) and HEAD, and check on 2 platforms: osx and linux
@bazel-io
Copy link
Member

bazel-io commented Mar 5, 2017

Can one of the admins verify this patch?

Copy link
Member

@johnynek johnynek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is great! Thanks for doing this!

@johnynek johnynek merged commit a5c0a8a into bazelbuild:master Mar 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants