mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-02 05:30:19 +00:00
10 lines
266 B
YAML
10 lines
266 B
YAML
language: c
|
|
compiler: gcc
|
|
script: make -B test-all
|
|
before_install:
|
|
- sudo apt-get update -qq
|
|
- sudo apt-get install -qq gcc-arm-linux-gnueabi
|
|
- sudo apt-get install -qq clang
|
|
- sudo apt-get install -qq g++-multilib
|
|
- sudo apt-get install -qq gcc-multilib
|