Skip to content

thomasleveil/docker-travis-compile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published