Commit Graph

24 Commits

Author SHA1 Message Date
Mike Aizatsky dae2012980 [infra] do not checkout oss-fuzz (#23)
Promising oss-fuzz in /src/oss-fuzz creates lots of confusion about where files come from.
Let's make everything explicit.

Fixes #20
2016-10-12 16:25:06 -07:00
Mike Aizatsky d47c71b909 Update Jenkinsfile 2016-10-11 14:34:18 -07:00
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 fad78fca51 Update README.md 2016-09-27 12:15:18 -07:00
Mike Aizatsky 4a3c28fa14 Update README.md 2016-09-27 12:14:29 -07:00
mmoroz b0f69a76cb Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00
Oliver Chang bcdafbec0e [infra] optional dockerfile; copy .dict and .options
- Remove requirement of specifying dockerfile in Jenkinsfile. Assume it
  is in the library directory by deefault.
- Try to copy any *.dict or *.options files to output directory.
2016-08-30 13:08:26 -07:00
Mike Aizatsky 252aab4514 Update and rename Readme.md to README.md 2016-08-16 13:18:04 -07:00
Mike Aizatsky 69110e1f33 [infra] no need to call /env 2016-08-07 19:53:25 -07:00
Mike Aizatsky a4b1f6c2a5 [infra] moved env variables into Dockerfiles 2016-08-06 11:11:39 -07:00
Mike Aizatsky 255a2c63b4 [infra] using LDFLAGS with static library linkage 2016-08-05 16:29:38 -07:00
Mike Aizatsky 05875e9faa [expat] path correction 2016-08-01 15:06:45 -07:00
Mike Aizatsky f1b094b16a [infra] removing workspace directory 2016-08-01 14:15:43 -07:00
Mike Aizatsky de5f04b08b [boringssl] initial checkin 2016-08-01 14:14:13 -07:00
Mike Aizatsky a8394ce0b6 adding make to Dockerfiles 2016-07-28 13:46:35 -07:00
Mike Aizatsky d7c8b781ca [expat] updated readme 2016-07-26 15:18:54 -07:00
Mike Aizatsky a7d1bf0974 [expat] cleanup 2016-07-26 14:10:17 -07:00
Mike Aizatsky aa70dceef4 [expat] cleanup 2016-07-26 14:07:44 -07:00
Mike Aizatsky db4960e949 [expat] adding docbook2x to the image. 2016-07-26 14:05:40 -07:00
Mike Aizatsky d3df019019 [expat] working build & simple fuzzer from chrome. 2016-07-26 13:59:42 -07:00
Mike Aizatsky 99633cda6a [infra] docker image name update 2016-07-21 12:43:53 -07:00
Mike Aizatsky fbda56cad2 [expat] cmod a+x build.sh 2016-07-21 11:53:23 -07:00
Mike Aizatsky 3d59d551e9 [expat] initial configuration 2016-07-21 11:38:57 -07:00