diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..706d362d8 --- /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 c79a63cd7..e47498917 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 ###