mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Fix load og libglfw3.so on travis
This commit is contained in:
parent
6b5f20eb64
commit
f92a213de3
1 changed files with 4 additions and 4 deletions
|
|
@ -17,12 +17,12 @@ install:
|
|||
- 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 -DLIB_SUFFIX=/x86_64-linux-gnu
|
||||
- cmake -DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$HOME/glfw
|
||||
- make
|
||||
- make install
|
||||
- cd ..
|
||||
- PKG_CONFIG_PATH=$HOME/glfw/lib/x86_64-linux-gnu/pkgconfig pkg-config --cflags glfw3
|
||||
- PKG_CONFIG_PATH=$HOME/glfw/lib/pkgconfig pkg-config --cflags glfw3
|
||||
before_script:
|
||||
- PKG_CONFIG_PATH=$HOME/glfw/lib/x86_64-linux-gnu/pkgconfig python setup.py
|
||||
- PKG_CONFIG_PATH=$HOME/glfw/lib/pkgconfig python setup.py
|
||||
script:
|
||||
- PKG_CONFIG_PATH=$HOME/glfw/lib/x86_64-linux-gnu/pkgconfig python setup.py test
|
||||
- PKG_CONFIG_PATH=$HOME/glfw/lib/pkgconfig LD_LIBRARY_PATH=$HOME/glfw/lib python setup.py test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue