linux-wifi-hotspot/.travis.yml

14 lines
464 B
YAML
Raw Permalink 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:
2020-10-04 11:07:49 +00:00
# - make
# - sudo PATH="$HOME/usr/bin:$PATH" make install
- echo "Test Finished"