mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 02:42:05 +03:00
travis/kcov
This commit is contained in:
parent
4ccb5a2519
commit
820c22301c
20
.travis.yml
20
.travis.yml
@ -2,9 +2,10 @@ language: rust
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
#- stable
|
||||||
- beta
|
#- beta
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rust: stable
|
- rust: stable
|
||||||
@ -16,12 +17,19 @@ script:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libxcb-icccm4-dev
|
- binutils-dev
|
||||||
- libxcb-ewmh-dev
|
- cmake
|
||||||
- libxcb-keysyms1-dev
|
- gcc
|
||||||
|
- libcurl4-openssl-dev
|
||||||
|
- libdw-dev
|
||||||
|
- libegl1-mesa-dev
|
||||||
|
- libelf-dev
|
||||||
- libfontconfig1-dev
|
- libfontconfig1-dev
|
||||||
- libfreetype6-dev
|
- libfreetype6-dev
|
||||||
- libegl1-mesa-dev
|
- libiberty-dev
|
||||||
|
- libxcb-ewmh-dev
|
||||||
|
- libxcb-icccm4-dev
|
||||||
|
- libxcb-keysyms1-dev
|
||||||
|
|
||||||
#env:
|
#env:
|
||||||
# global:
|
# global:
|
||||||
|
Loading…
Reference in New Issue
Block a user