Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Dec 7, 2016
1 parent 798e20b commit 6d74a7a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
sudo: required
dist: trusty
language: c
sudo: required
dist: xenial
dist: trusty

before_script:
#installing libsodium, needed for Core
- sudo apt-get install libsodium-dev libsodium-18
- git clone git://github.com/jedisct1/libsodium.git > /dev/null
- cd libsodium
- git checkout tags/1.0.0 > /dev/null
- ./autogen.sh > /dev/null
- ./configure > /dev/null
- make check -j3 > /dev/null
- sudo make install >/dev/null
- cd ..

#installing yasm, needed for compiling vpx
- sudo apt-get install yasm > /dev/null
#creating libraries links and updating cache
Expand All @@ -22,7 +28,7 @@ before_script:
- sudo make install
- sudo ldconfig
- cd ..
- sudo ldconfig
- sudo apt-get install cscope

script:
- cd tuntox
Expand Down

0 comments on commit 6d74a7a

Please sign in to comment.