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

addons:
    apt:
      packages:
        - devscripts
        - fakeroot
        - debhelper

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