forked from datenlord/datenlord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
47 lines (36 loc) · 845 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
branches:
only:
- master
os: linux
dist: focal
language: rust
jobs:
include:
- name: amd64-linux-msrv
arch: amd64
rust: 1.46.0 # MSRV
- name: amd64-linux-stable
arch: amd64
rust: stable
- name: amd64-linux-nightly
arch: amd64
rust: nightly
- name: arm64-linux-msrv
arch: arm64
rust: 1.46.0 # MSRV
- name: arm64-linux-stable
arch: arm64
rust: stable
- name: arm64-linux-nightly
arch: arm64
rust: nightly
allow_failures:
- rust: nightly
- arch: arm64 # FIXME: test failed on ARM64
fast_finish: true
cache: cargo
script:
- rustup component add rustfmt # ectd-rs depends on rustfmt
- sudo apt update && sudo apt install cmake g++ libprotobuf-dev protobuf-compiler
- cargo build --verbose
- ./scripts/travis-ci.sh