summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMathieu Deous2022-04-15 22:02:16 +0200
committerGitHub2022-04-15 22:02:16 +0200
commit61126b35771eaa7537757362f264dbc8b6a32ed7 (patch)
tree9732a52f1c39c8ae3d8a1a35e8cd9e45d7f2cfea /.travis.yml
parent98fb222eb0a878df2abb6b13386a5ebc46b835c3 (diff)
Rewrite shell script in Go
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml21
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 @@
1language: c
2
3addons:
4 apt:
5 packages:
6 - devscripts
7 - fakeroot
8 - debhelper
9
10install:
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
19script:
20 - make tests
21 - make deb