Commit Graph

4 Commits

Author SHA1 Message Date
Mike Aizatsky 85dad5d52d [infra] checkout command: automatic code checkout and compiling (#11) 2016-10-10 13:21:45 -07:00
Mike Aizatsky e2ca7bcbe0 [infra] fixing build script location (/src/build.sh)
Fixing the location of build.sh gets rid of ENTRYPOINT. Which opens a possibility to implement different commands like:

````bash
docker run -ti expat compile
docker run -ti expat run <fuzzer_name> <input_data>
````

and keep the knowledge of build script location.

This is a breaking change.
2016-10-06 13:45:12 -07:00
Mike Aizatsky a8394ce0b6 adding make to Dockerfiles 2016-07-28 13:46:35 -07:00
Mike Aizatsky df7eb1f258 [freetype2] migrating freetype2 project 2016-07-26 15:25:13 -07:00