1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
language: c addons: apt: packages: - devscripts - fakeroot install: - git clone --depth 1 https://github.com/plusvic/yara.git yara3 - cd yara3 - bash ./build.sh - ./configure - make - cp ./yara ../php-malware-finder/ - cd .. script: - make tests - make deb