Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
/ build-my-commit Public archive

Launch a build command on a codebase each time a change is pushed

Notifications You must be signed in to change notification settings

marmelab/build-my-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hackday Archived Repository
The code of this repository was written during a Hack Day by a Marmelab developer. It's part of the distributed R&D effort at Marmelab, where each developer spends 2 days a month for learning and experimentation.
This code is not intended to be used in production, and is not maintained.

build-my-commit

Your Dockerfile

from ubuntu:14.04

RUN apt-get update && apt-get install -y --no-install-recommends build-essential

As stated before, we rely on make to build your project and it must be available on your container

The RUN command makes suer it is installed (this not the default on the ubuntu image)

About

Launch a build command on a codebase each time a change is pushed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published