1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-27 02:18:21 +00:00

Merge pull request #333 from y0sh1/CreateTravisBuilds

Added Travis building
This commit is contained in:
Jens Steube 2016-05-15 01:27:26 +02:00
commit 590248e1e4
2 changed files with 13 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -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

View File

@ -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 ###