Added Travis building, placed build status in readme
authorY0sh1 <joshua@theinternets.nl>
Sat, 14 May 2016 19:17:32 +0000 (21:17 +0200)
committerY0sh1 <joshua@theinternets.nl>
Sat, 14 May 2016 19:22:48 +0000 (21:22 +0200)
.travis.yml [new file with mode: 0644]
README.md

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..706d362
--- /dev/null
@@ -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
index c79a63c..e474989 100644 (file)
--- 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 ###