diff options
| author | Mathieu Deous | 2022-04-15 22:02:16 +0200 |
|---|---|---|
| committer | GitHub | 2022-04-15 22:02:16 +0200 |
| commit | 61126b35771eaa7537757362f264dbc8b6a32ed7 (patch) | |
| tree | 9732a52f1c39c8ae3d8a1a35e8cd9e45d7f2cfea /.travis.yml | |
| parent | 98fb222eb0a878df2abb6b13386a5ebc46b835c3 (diff) | |
Rewrite shell script in Go
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 21 |
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 @@ | |||
| 1 | language: c | ||
| 2 | |||
| 3 | addons: | ||
| 4 | apt: | ||
| 5 | packages: | ||
| 6 | - devscripts | ||
| 7 | - fakeroot | ||
| 8 | - debhelper | ||
| 9 | |||
| 10 | install: | ||
| 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 | |||
| 19 | script: | ||
| 20 | - make tests | ||
| 21 | - make deb | ||
