mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 09:03:57 -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:
|
||||
apt:
|
||||
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'
|
||||
packages:
|
||||
- bc
|
||||
|
|
@ -46,6 +46,7 @@ addons:
|
|||
- libqt5multimedia5-plugins
|
||||
- libqt5svg5-dev
|
||||
- libqt5sql5-mysql
|
||||
- libqt5websockets5-dev
|
||||
|
||||
before_install: bash ./.ci/travis-dependencies.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue