No need to build GLFW

master
eax0r 2019-09-22 23:42:29 +02:00 committed by GitHub
parent e0d7073821
commit 250dd4eb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-get update -qq;
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libglew-dev;
wget https://github.com/glfw/glfw/releases/download/3.3/glfw-3.3.zip;
unzip glfw-3.3.zip && cd glfw-3.3;
cmake -DBUILD_SHARED_LIBS=true -DGLFW_BUILD_EXAMPLES=false -DGLFW_BUILD_TESTS=false -DGLFW_BUILD_DOCS=false .;
sudo make -j $CPU_NUM install && cd ..;
fi
script: