We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
.bbtravis.yml
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
julia $PROJECT python:python2.6
buildbot_travis/buildbot_travis/travisyml.py
Lines 188 to 191 in 433be92
(2) Can I customize this, or does this need something like #62?
The text was updated successfully, but these errors were encountered:
You can customize that code, which is what #62 makes easier to do.
Sorry, something went wrong.
No branches or pull requests
I'm confused how to use buildbot_travis with other, non-Python languages. The README only vaguely mentions:
Say I have a
.bbtravis.yml
with:(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 tobuildbot_travis/buildbot_travis/travisyml.py
Lines 188 to 191 in 433be92
(2) Can I customize this, or does this need something like #62?
The text was updated successfully, but these errors were encountered: