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

Generate Linux distribution on this repository #13

Open
jorgerobles opened this issue May 4, 2018 · 3 comments
Open

Generate Linux distribution on this repository #13

jorgerobles opened this issue May 4, 2018 · 3 comments

Comments

@jorgerobles
Copy link
Contributor

@sdesalas Can you help us to make a multi .travis for run multiple build targets adding linux also?

@probonopd
Copy link

You can use one .travis.yml file with a env matrix. Like here:

env:
  - ARCH=x86_64 DOCKER_IMAGE=foo/bar
  - ARCH=i686 DOCKER_IMAGE=boo/baz

This will make the same build run twice, but with different environment variables that you can use in your script to do different things.

@jorgerobles
Copy link
Contributor Author

Tried to do multiple oses, OSX build should work for linux too (as far as I've unified oddities), but throw broken pipes (multi-os is not very stable I guess)

@matkoniecz
Copy link

but throw broken pipes

Is it just warning in log or a serios issues breaking something?

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

No branches or pull requests

3 participants