mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-23 01:51:06 +00:00
Run tests on travis with G_DEBUG=fatal_warnings
This commit is contained in:
parent
d317e15c2e
commit
e37be09eeb
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@ matrix:
|
||||||
script:
|
script:
|
||||||
- rustc --version
|
- rustc --version
|
||||||
- cargo build --all
|
- cargo build --all
|
||||||
- cargo test --all
|
- G_DEBUG=fatal_warnings cargo test --all
|
||||||
- cargo build --all --all-features
|
- cargo build --all --all-features
|
||||||
- cargo test --all --all-features
|
- G_DEBUG=fatal_warnings cargo test --all --all-features
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- curl -L https://people.freedesktop.org/~slomo/gstreamer-1.14.3.tar.gz | tar xz
|
- curl -L https://people.freedesktop.org/~slomo/gstreamer-1.14.3.tar.gz | tar xz
|
||||||
|
|
Loading…
Reference in a new issue