mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-05 06:58:56 +00: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
|
|
|