Delete .travis.yml

This commit is contained in:
Lakindu Akash 2021-09-30 23:39:38 +05:30 committed by GitHub
parent 304146b9b0
commit 6a8f87d46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +0,0 @@
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
- sudo apt-get install -y build-essential libgtk-3-dev
script:
# - make
# - sudo PATH="$HOME/usr/bin:$PATH" make install
- echo "Test Finished"