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

Working with other languages #84

Closed
maleadt opened this issue Apr 9, 2018 · 1 comment
Closed

Working with other languages #84

maleadt opened this issue Apr 9, 2018 · 1 comment

Comments

@maleadt
Copy link

maleadt commented Apr 9, 2018

I'm confused how to use buildbot_travis with other, non-Python languages. The README only vaguely mentions:

The list of supported language is depending on your build worker configuration.

Say I have a .bbtravis.yml with:

language: julia
julia:
  - 0.6

(1) How do I make subsequent steps tie into this?

Also, with such a bare-bones config, I get a julia $PROJECT python:python2.6 virtual builder thanks to

matrix = []
python = self.config.get("python", ["python2.6"])
if not isinstance(python, list):
python = [python]

(2) Can I customize this, or does this need something like #62?

@seankelly
Copy link
Member

You can customize that code, which is what #62 makes easier to do.

@maleadt maleadt closed this as completed May 29, 2018
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

2 participants