mirror of
https://github.com/SpaceManiac/SpacemanDMM.git
synced 2025-12-23 05:36:47 +00:00
Add libgtk-3-dev to Travis
This commit is contained in:
parent
e801b281f1
commit
e849bed5bc
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@ env:
|
|||
- BUILD_POSTFIX: "--all"
|
||||
- BUILD_POSTFIX: "--all --release"
|
||||
cache: cargo
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libgtk-3-dev
|
||||
install:
|
||||
- rustc -Vv
|
||||
- cargo -V
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue