Commit Graph

4 Commits

Author SHA1 Message Date
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
Kuang-che Wu 76a7e284ef Remove leading blank line (#4) 2016-10-05 13:45:12 -07:00
Oliver Chang 1479b3a76e [helper] generated build.sh fixes
- fix permissions to allow execute
- add examples to template
2016-09-02 09:57:31 -07:00
Oliver Chang 27b6dec89f Implement a helper script. 2016-09-01 16:37:12 -07:00