summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 69b59b4dd84588fbd6b5cb3b2d3660a735759370 (plain)
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