mirror of
https://github.com/hashcat/hashcat
synced 2024-11-13 17:28:58 +01:00
13 lines
294 B
YAML
13 lines
294 B
YAML
# this is a workaround because some OpenCL headers cause problems with older gcc compilers (undefined macro: _WIN32)
|
|
before_install:
|
|
- sed -i 's/if _WIN32/if defined (_WIN32)/' deps/OpenCL-Headers/CL/cl_platform.h
|
|
os:
|
|
- linux
|
|
- osx
|
|
language: c
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
script:
|
|
- make
|