Sign inSign up

tomdesinto/travis-compile

By tomdesinto

Updated almost 11 years ago

run the `travis compile` command to produce a shell script from a `.travis.yml` file

Image
2

2.1K

tomdesinto/travis-compile repository overview

tomdesinto/travis-compile

Builds an docker image with the Travis compile ready to run.

Usage

  • put your .travis.yml file in your working directory

  • run the docker container with:

      docker run --rm -v $(pwd):/data tomdesinto/travis-compile > travis-run.sh
    

This will produce a travis-run.sh script from the content of your .travis.yml file.

You can pass options to the travis compile command by passing them to the docker run command. For instance:

    docker run --rm tomdesinto/travis-compile --help

Tag summary

Content type

Image

Digest

sha256:97a0ef858

Size

292.3 MB

Last updated

almost 11 years ago

docker pull tomdesinto/travis-compile