forked from rust-embedded/rust-raspberrypi-OS-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
36 lines (28 loc) · 643 Bytes
/
.travis.yml
File metadata and controls
36 lines (28 loc) · 643 Bytes
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
language: rust
notifications:
email:
recipients:
- andre.o.richter@gmail.com
on_success: never
on_failure: change
addons:
apt:
packages:
- ruby
rust:
- nightly
os:
- linux
- osx
matrix:
allow_failures:
- os: osx
cache: cargo
before_script:
- rustup component add rust-src llvm-tools-preview
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
- (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)
- (test -x $HOME/.cargo/bin/cargo-objcopy || cargo install cargo-binutils)
- cargo install-update -a
script:
- ruby utils/make_all.rb