summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-02-15 21:47:27 +0100
committermannol <eniz_vukovic@hotmail.com>2014-02-16 19:11:55 -0500
commit99b1b108dcc4ba724e3a7368d1136b50827c7d49 (patch)
treed40831e1b86ebfe5a31a343a9123042a8d88c89a
parent3ae37315e154152daa9051d2c0a58fbcea0230e0 (diff)
This should install vpx
-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