mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
Travis: minor changes (#3321)
Use the xenial version of llvm's toolchain for clang-format Add qt5.5's websocket library for servatrice
This commit is contained in:
parent
d0d662f73a
commit
c01aad6767
1 changed files with 5 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ matrix:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
- sourceline: 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main'
|
- sourceline: 'deb http://apt.llvm.org/xenial/ llvm-toolchain-xenial-5.0 main'
|
||||||
key_url: 'http://llvm.org/apt/llvm-snapshot.gpg.key'
|
key_url: 'http://llvm.org/apt/llvm-snapshot.gpg.key'
|
||||||
packages:
|
packages:
|
||||||
- bc
|
- bc
|
||||||
|
|
@ -46,6 +46,7 @@ addons:
|
||||||
- libqt5multimedia5-plugins
|
- libqt5multimedia5-plugins
|
||||||
- libqt5svg5-dev
|
- libqt5svg5-dev
|
||||||
- libqt5sql5-mysql
|
- libqt5sql5-mysql
|
||||||
|
- libqt5websockets5-dev
|
||||||
|
|
||||||
before_install: bash ./.ci/travis-dependencies.sh
|
before_install: bash ./.ci/travis-dependencies.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue