diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 132447d..0000000 --- a/.travis.yml +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | language: c | ||
| 2 | |||
| 3 | addons: | ||
| 4 | apt: | ||
| 5 | packages: | ||
| 6 | - devscripts | ||
| 7 | - fakeroot | ||
| 8 | - debhelper | ||
| 9 | |||
| 10 | install: | ||
| 11 | - git clone --depth 1 https://github.com/plusvic/yara.git yara3 | ||
| 12 | - cd yara3 | ||
| 13 | - bash ./build.sh | ||
| 14 | - ./configure | ||
| 15 | - make | ||
| 16 | - cp ./yara ../php-malware-finder/ | ||
| 17 | - cd .. | ||
| 18 | |||
| 19 | script: | ||
| 20 | - make tests | ||
| 21 | - make deb | ||
