aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ee979afe5df95f94274163a2bf9e1d1081be7e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
dist: xenial
language: rust
services:
  - docker

rust:
  - stable

cache: cargo

env:
  - TARGET=arm-unknown-linux-gnueabihf
  - TARGET=armv7-unknown-linux-gnueabihf
  - TARGET=x86_64-unknown-linux-gnu

install:
  - rustup self update
  - cargo install cross

script:
  - cross build --target $TARGET --release