Skip to content

Commit be62cfa

Browse files
committed
Attempt auto-release
1 parent 70e8253 commit be62cfa

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

.travis.yml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
2-
addons:
3-
apt:
4-
packages:
1+
---
2+
addons:
3+
apt:
4+
packages:
55
- libgstreamer1.0-dev
66
- libgstreamer-plugins-base1.0-dev
77
- gstreamer1.0-plugins-base
@@ -12,11 +12,21 @@ addons:
1212
- libgstrtspserver-1.0-dev
1313
update: true
1414
arch:
15-
- amd64
15+
- amd64
1616
- arm64 # while this technically isn't the RPi4 it's a nice proof of concept
1717
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
1828
dist: bionic
1929
language: rust
2030
os: linux
21-
rust:
31+
rust:
2232
- stable

0 commit comments

Comments
 (0)