mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
18 lines
244 B
YAML
18 lines
244 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
cache: pip
|
|
install:
|
|
- pip install yara-python
|
|
|
|
script:
|
|
- python ./build-rules.py
|
|
- make all
|
|
|
|
notifications:
|
|
email:
|
|
recipients:
|
|
- venom14@gmail.com
|
|
on_success: change
|
|
on_failure: always
|