We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e8253 commit be62cfaCopy full SHA for be62cfa
1 file changed
.travis.yml
@@ -1,7 +1,7 @@
1
----
2
-addons:
3
- apt:
4
- packages:
+---
+addons:
+ apt:
+ packages:
5
- libgstreamer1.0-dev
6
- libgstreamer-plugins-base1.0-dev
7
- gstreamer1.0-plugins-base
@@ -12,11 +12,21 @@ addons:
12
- libgstrtspserver-1.0-dev
13
update: true
14
arch:
15
- - amd64
+ - amd64
16
- arm64 # while this technically isn't the RPi4 it's a nice proof of concept
17
cache: cargo
18
+before_deploy:
19
+ - cargo install cargo-deb || true
20
+ - cargo deb
21
+deploy:
22
+ - edge: true
23
+ file:
24
+ - target/debian/*.deb
25
+ provider: releases
26
+ on:
27
+ tags: true
28
dist: bionic
29
language: rust
30
os: linux
-rust:
31
+rust:
32
- stable
0 commit comments