...
This commit is contained in:
parent
ae2840247b
commit
b881e8a71d
@ -15,8 +15,8 @@ language: python
|
||||
python:
|
||||
- "3.5"
|
||||
install:
|
||||
- wget -O glfw-3.2.1.zip https://github.com/glfw/glfw/archive/3.2.1.zip
|
||||
- pip install flake8
|
||||
- wget -O glfw-3.2.1.zip https://github.com/glfw/glfw/archive/3.2.1.zip
|
||||
- unzip glfw-3.2.1.zip
|
||||
- cd glfw-3.2.1
|
||||
- cmake -DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$HOME/glfw
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user