Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

Commit

Permalink
No need to build GLFW
Browse files Browse the repository at this point in the history
  • Loading branch information
eax0r committed Sep 22, 2019
1 parent e0d7073 commit 250dd4e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 250dd4e

Please sign in to comment.