mirror of
https://github.com/hashcat/hashcat.git
synced 2025-03-06 01:56:06 +00:00
11 lines
194 B
YAML
11 lines
194 B
YAML
![]() |
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
|