From: Y0sh1 Date: Sat, 14 May 2016 19:17:32 +0000 (+0200) Subject: Added Travis building, placed build status in readme X-Git-Tag: v3.00~187^2 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=1d797a1c3e980922b2c048fed24969bcff8c3efc;hp=9d74f2958d77d354fc4bfefa851f8fb3a1418720;p=hashcat.git Added Travis building, placed build status in readme --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..706d362 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +os: + - linux + - osx +language: c +install: + - mkdir -p deps/OpenCL-Headers + - git clone https://github.com/KhronosGroup/OpenCL-Headers deps/OpenCL-Headers/CL +compiler: + - gcc +script: + - make \ No newline at end of file diff --git a/README.md b/README.md index c79a63c..e474989 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Please refer to the [Hashcat Wiki](https://hashcat.net/wiki/) and the output of ### Building ### +![Hashcat Build status](https://travis-ci.org/hashcat/oclHashcat.svg?branch=master) + Refer to [BUILD.md](BUILD.md) for instructions on how to build **hashcat** from source. ### Contributing ###