linux-wifi-hotspot/.travis.yml

17 lines
522 B
YAML
Raw Normal View History

2019-04-17 20:12:53 +00:00
before_install:
- mkdir $HOME/usr
- export PATH="$HOME/usr/bin:$PATH"
- wget https://github.com/Kitware/CMake/releases/download/v3.14.2/cmake-3.14.2-Linux-x86_64.sh
- chmod +x cmake-3.14.2-Linux-x86_64.sh
- ./cmake-3.14.2-Linux-x86_64.sh --prefix=$HOME/usr --exclude-subdir --skip-license
2019-04-17 20:16:50 +00:00
- sudo apt-get install -y build-essential libgtk-3-dev
2019-04-17 20:02:33 +00:00
2019-05-27 20:21:59 +00:00
script:
- make
2019-05-27 20:54:57 +00:00
- sudo -u root -i sh -c '
2019-05-27 20:57:56 +00:00
export PATH="/home/travis/usr/bin:$PATH"
2019-05-27 20:54:57 +00:00
whereis cmake
'
2019-05-27 20:57:56 +00:00
- sudo make install