mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 13:35:07 +00:00
Fix Travis build
By setting dist explicitly to trusty, which has cmake >= 2.8.12 in their official package repository and installing newly non-default packages explicitly. Closes #1015.
This commit is contained in:
parent
fa0b5e1b85
commit
e4e3e50867
1 changed files with 5 additions and 0 deletions
|
@ -8,12 +8,17 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
sudo: false
|
||||
dist: trusty
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- kubuntu-backports
|
||||
packages:
|
||||
- cmake
|
||||
- libxrandr-dev
|
||||
- libxinerama-dev
|
||||
- libxcursor-dev
|
||||
- libxi-dev
|
||||
env:
|
||||
- BUILD_SHARED_LIBS=ON
|
||||
- BUILD_SHARED_LIBS=OFF
|
||||
|
|
Loading…
Add table
Reference in a new issue