Skip to content

Commit feb36d6

Browse files
committed
Drop docker nonsense entirely, use Travis containers
see https://docs.travis-ci.com/user/multi-cpu-architectures/
1 parent f22fcec commit feb36d6

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ addons:
1111
- gstreamer1.0-libav
1212
- libgstrtspserver-1.0-dev
1313
update: true
14+
arch:
15+
- amd64
16+
- arm64 # while this technically isn't the RPi4 it's a nice proof of concept
1417
cache: cargo
1518
dist: bionic
16-
jobs:
17-
-
18-
env: "CARGO=\"cargo\" TARGET=\"x86_64-unknown-linux-gnu\""
19-
-
20-
env: "CARGO=\"cross\" TARGET=\"armv7-unknown-linux-gnueabihf\""
2119
language: rust
2220
rust:
2321
- stable
24-
script:
25-
- "TASK=build ./ci/build.sh"
26-
- "TASK=test ./ci/build.sh"

0 commit comments

Comments
 (0)