mirror of
https://github.com/hashcat/hashcat.git
synced 2025-01-03 12:21:07 +00:00
Fix .travis.yml to use submodule
This commit is contained in:
parent
08c784a297
commit
b78b903372
@ -3,7 +3,8 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
language: c
|
language: c
|
||||||
install:
|
install:
|
||||||
- git submodule update --recursive
|
- git submodule init
|
||||||
|
- git submodule update
|
||||||
compiler:
|
compiler:
|
||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
3
BUILD.md
3
BUILD.md
@ -19,7 +19,8 @@ $ git clone https://github.com/hashcat/hashcat.git
|
|||||||
Get a copy of the **OpenCL Headers** repository
|
Get a copy of the **OpenCL Headers** repository
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git submodule update --recursive
|
$ git submodule init
|
||||||
|
$ git submodule update
|
||||||
```
|
```
|
||||||
|
|
||||||
Run "make"
|
Run "make"
|
||||||
|
Loading…
Reference in New Issue
Block a user