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: build on OS X #714

Closed
wants to merge 2 commits into from
Closed

Travis: build on OS X #714

wants to merge 2 commits into from

Conversation

larsrh
Copy link
Contributor

@larsrh larsrh commented Dec 13, 2015

This only runs jar/* scripted tests, because all the others have dependencies which are not available on the Travis workers: universal requires xz, the others Linux packaging tools.

The following three tests require the `xz` binary, which is unavailable
on Travis' Mac OS X workers:

    universal / test-packageName
    universal / test-zips
    universal / test-zips-no-top-level-dir

This commit moves these to a new group `universalLinux` and all others
to `universalAll`.
@larsrh
Copy link
Contributor Author

larsrh commented Dec 13, 2015

I believe the build for 8e15f97 failed because I already pushed a new revision before the Linux tests even started, leading to an out-of-sync .travis.yml. Anyway, the build for db60e99 seems to be chugging along just fine.

@muuki88
Copy link
Contributor

muuki88 commented Dec 13, 2015

Nice. I will take a closer look when I am home

@larsrh
Copy link
Contributor Author

larsrh commented Dec 13, 2015

Don't merge just yet. There might be a better approach: Since brew is available, it might be possible to install xz (larsrh@2ce78fa).

@larsrh
Copy link
Contributor Author

larsrh commented Dec 13, 2015

Superseded by #715.

@larsrh larsrh deleted the topic/osx branch December 13, 2015 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants