Skip to content

Files

Latest commit

d6e1242 · Aug 26, 2015

History

History
23 lines (12 loc) · 807 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 807 Bytes

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