Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dengfeng Liu authored Aug 31, 2018
1 parent 33a241e commit 1fd2c6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ addons:
- build-essential
- libjson-c-dev
- iptables-dev
- libevent-2.1-6

before_install:
wget https://sources.lede-project.org/libubox-2018-07-25-c83a84af.tar.xz &&
Expand All @@ -32,6 +31,13 @@ before_install:
sudo make install &&
cd -

wget https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz &&
tar -zxf libevent-2.1.8-stable.tar.gz &&
cd libevent-2.1.8-stable &&
./configure &&
make &&
sudo make install &&
cd -

script:
- cmake .
Expand Down

0 comments on commit 1fd2c6f

Please sign in to comment.