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 0f5da07 commit 4226b8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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 &&
Expand All @@ -31,6 +32,8 @@ before_install:
cmake -DBUILD_LUA=off &&
sudo make install

- cd $cur_dir

script:
- cd ~
- cmake .
Expand Down

0 comments on commit 4226b8f

Please sign in to comment.