mirror of
https://github.com/hashcat/hashcat
synced 2024-11-13 17:28:58 +01:00
14 lines
137 B
YAML
14 lines
137 B
YAML
os:
|
|
- linux
|
|
- osx
|
|
language: c
|
|
install:
|
|
- git submodule init
|
|
- git submodule update
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script:
|
|
- make
|
|
|