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 4226b8f commit e8b6a4c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,21 @@ addons:
- iptables-dev

before_install:
- export cur_dir=`pwd`
- cd ~
- wget https://sources.lede-project.org/libubox-2018-07-25-c83a84af.tar.xz &&
xzcat libubox-2018-07-25-c83a84af.tar.xz | tar -x &&
cd libubox-2018-07-25-c83a84af&&
cmake -DBUILD_LUA=off &&
sudo make install
sudo make install &&
cd -

- cd ~
- wget https://sources.lede-project.org/uci-2018-08-11-4c8b4d6e.tar.xz &&
xzcat uci-2018-08-11-4c8b4d6e.tar.xz | tar -x &&
cd uci-2018-08-11-4c8b4d6e &&
cmake -DBUILD_LUA=off &&
sudo make install
sudo make install &&
cd -

- cd $cur_dir

script:
- cd ~
- cmake .
- make

0 comments on commit e8b6a4c

Please sign in to comment.