linux-wifi-hotspot/.travis.yml

11 lines
404 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-04-17 19:45:33 +00:00
script: make && sudo make install