diff options
| author | xarkes | 2016-04-11 11:22:01 +0200 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-04-11 17:09:34 +0200 |
| commit | 3854653c8686cf9ff9bbab13f09d1566682efb5e (patch) | |
| tree | 4615cb15e9c81428068ae3a3f13faf10cc426e0d /.travis.yml | |
| parent | b1f5377f011ff1eeab9bec96261667ed566c6fbe (diff) | |
Fixed debian package + readme
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9fb27eb..6a89685 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | language: c | 1 | language: c |
| 2 | 2 | ||
| 3 | addons: | ||
| 4 | apt: | ||
| 5 | packages: | ||
| 6 | - devscripts | ||
| 7 | |||
| 3 | install: | 8 | install: |
| 4 | - git clone --depth 1 https://github.com/plusvic/yara.git yara3 | 9 | - git clone --depth 1 https://github.com/plusvic/yara.git yara3 |
| 5 | - cd yara3 | 10 | - cd yara3 |
| @@ -11,3 +16,4 @@ install: | |||
| 11 | 16 | ||
| 12 | script: | 17 | script: |
| 13 | - make tests | 18 | - make tests |
| 19 | - make package | ||
