Sign inSign up

julienbalestra/42cbox

By julienbalestra

Updated over 10 years ago

C box for testing suite

Image
0

10K+

julienbalestra/42cbox repository overview

Docker C Box

Project to easily setup and test 42 git repository over Debian

Docker hub

Packages

  • build-essential
  • python
  • git
  • valgrind
  • libncurses5-dev

Hook

The entrypoint is a shell hook who takes an url of a git repository.

Inside this repository, root based, you must have two scripts named exactly like:

  • setup.sh # Setting git sub-module, checking packages, ...
  • run_test_.sh # Make the project and test-it

Pull

docker pull debian:latest && docker pull julienbalestra/42cbox

Build

docker build -t julienbalestra/42cbox .


Run

docker run --rm https://github.com/User/Project.git

Tag summary

Content type

Image

Digest

Size

283.3 MB

Last updated

over 10 years ago

docker pull julienbalestra/42cbox