run the `travis compile` command to produce a shell script from a `.travis.yml` file
2.1K
Builds an docker image with the Travis compile ready to run.
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
Content type
Image
Digest
sha256:97a0ef858…
Size
292.3 MB
Last updated
almost 11 years ago
docker pull tomdesinto/travis-compile