summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9edef079d9d9408ecfbbc7e576e84dda36889174 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: c

addons:
    apt:
      packages:
        - devscripts

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