summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-02-24 10:47:22 +0100
committerJulien (jvoisin) Voisin2016-03-23 17:36:50 +0100
commit7bc804b2d211726893404c86f1a32f17be4edf87 (patch)
tree3f1f262b67ab751cf93cb4ff46eb17e0f7c77720 /.travis.yml
parent620ec0de2e39a7b0db8cbae75e16de455a7229fc (diff)
Add a travis file
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..9fb27eb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,13 @@
1language: c
2
3install:
4 - git clone --depth 1 https://github.com/plusvic/yara.git yara3
5 - cd yara3
6 - bash ./build.sh
7 - ./configure
8 - make
9 - cp ./yara ../php-malware-finder/
10 - cd ..
11
12script:
13 - make tests