Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleveil/docker-travis-compile
Docker image to run the `travis compile` command
https://github.com/thomasleveil/docker-travis-compile
docker-image travis-ci
Last synced: about 1 month ago
JSON representation
Docker image to run the `travis compile` command
- Host: GitHub
- URL: https://github.com/thomasleveil/docker-travis-compile
- Owner: thomasleveil
- Created: 2014-06-07T01:49:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T17:46:20.000Z (over 9 years ago)
- Last Synced: 2023-03-10T20:33:33.321Z (almost 2 years ago)
- Topics: docker-image, travis-ci
- Language: Makefile
- Homepage: https://hub.docker.com/r/tomdesinto/travis-compile/
- Size: 137 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tomdesinto/travis-compile
=========================
[![](https://badge.imagelayers.io/tomdesinto/travis-compile:latest.svg)](https://imagelayers.io/?images=tomdesinto/travis-compile:latest 'Get your own badge on imagelayers.io')Builds an docker image with the [Travis compile](https://github.com/travis-ci/travis-build) 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