aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: a9d6ef986ce2c91d81295ca7cd893dffeff9b5d0 (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-gnueabi
  - TARGET=armv7-unknown-linux-gnueabihf
  - TARGET=x86_64-unknown-linux-gnu

install:
  - rustup self update
  - cargo install cross --force

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