mirror of
https://github.com/bobwen-dev/hunter
synced 2025-04-12 00:55:41 +02:00
fix travis build
This commit is contained in:
parent
84d7773205
commit
5deafa520d
@ -1,13 +1,11 @@
|
|||||||
dist: xenial
|
dist: bionic
|
||||||
language: rust
|
language: rust
|
||||||
rust: nightly
|
rust: nightly
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+.*$/
|
- travis-test
|
||||||
- holy
|
|
||||||
- master
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -31,6 +29,7 @@ install:
|
|||||||
- command -v cross || cargo install cross
|
- command -v cross || cargo install cross
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- sudo apt-get install libsixel-bin libsixel libgstreamer1.0-x gstreamer1.0-plugins-base gstreamer1.0-plugins-base-app
|
||||||
- PKG_CONFIG_ALLOW_CROSS=1 cross build --target $TARGET ${TRAVIS_TAG:+"--release"}
|
- PKG_CONFIG_ALLOW_CROSS=1 cross build --target $TARGET ${TRAVIS_TAG:+"--release"}
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user