summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 879f3a22..9d175564 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -49,6 +49,13 @@ before_script:
49 - make -j3 >/dev/null 49 - make -j3 >/dev/null
50 - sudo make install > /dev/null 50 - sudo make install > /dev/null
51 - cd .. 51 - cd ..
52 #installing vpx
53 - git clone http://git.chromium.org/webm/libvpx.git > /dev/null
54 - cd libvpx
55 - ./configure > /dev/null
56 - make -j3 >/dev/null
57 - sudo make install > /dev/null
58 - cd ..
52 #creating libraries links and updating cache 59 #creating libraries links and updating cache
53 - sudo ldconfig > /dev/null 60 - sudo ldconfig > /dev/null
54 #installing check, needed for unit tests 61 #installing check, needed for unit tests