mirror of
https://github.com/lakinduakash/linux-wifi-hotspot.git
synced 2025-02-16 15:30:12 +00:00
Update .travis.yml
This commit is contained in:
parent
8ec0d88dd0
commit
b681d7f280
14
.travis.yml
14
.travis.yml
@ -1,9 +1,9 @@
|
|||||||
addons:
|
|
||||||
apt:
|
before_install:
|
||||||
sources:
|
- mkdir $HOME/usr
|
||||||
- george-edison55-precise-backports
|
- export PATH="$HOME/usr/bin:$PATH"
|
||||||
packages:
|
- wget https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2-Linux-x86_64.sh
|
||||||
- cmake-data
|
- chmod +x cmake-3.14.2-Linux-x86_64.sh
|
||||||
- cmake
|
- ./cmake-3.14.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license
|
||||||
|
|
||||||
script: make && sudo make install
|
script: make && sudo make install
|
||||||
|
Loading…
Reference in New Issue
Block a user