Skip to content

Working with other languages #84

@maleadt

Description

@maleadt

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions