Commit Graph

8 Commits

Author SHA1 Message Date
Mike Aizatsky a9f57a7248 Update Jenkinsfile 2016-10-11 14:34:00 -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
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 ed07504b17 [boringssl] fixed build script 2016-08-08 08:17:27 -07:00
Mike Aizatsky 69110e1f33 [infra] no need to call /env 2016-08-07 19:53:25 -07:00
Mike Aizatsky 255a2c63b4 [infra] using LDFLAGS with static library linkage 2016-08-05 16:29:38 -07:00
Mike Aizatsky de5f04b08b [boringssl] initial checkin 2016-08-01 14:14:13 -07:00