Add libunistring on travis

This commit is contained in:
Kovid Goyal
2017-09-10 11:15:38 +05:30
parent 544c402c9f
commit 00b8db26fc

View File

@@ -18,6 +18,7 @@ matrix:
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
- libunistring
- os: linux
dist: trusty
@@ -36,6 +37,7 @@ matrix:
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
- libunistring
- os: linux
dist: trusty
@@ -54,6 +56,7 @@ matrix:
- libxrandr-dev
- libxinerama-dev
- libxcursor-dev
- libunistring
- clang
- os: osx
language: generic
@@ -78,6 +81,7 @@ install: |
brew update;
brew install python3;
brew install glfw;
brew install libunistring;
else
mkdir -p $SW;
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;