mirror of https://github.com/eldruin/ds323x-rs
Combine and extract before_install
parent
fd5f3cc981
commit
37ae7aba43
|
@ -3,7 +3,8 @@ language: rust
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
git clone https://github.com/eldruin/rust-driver-ci-scripts ci
|
- git clone https://github.com/eldruin/rust-driver-ci-scripts ci
|
||||||
|
- bash ci/before_install.sh
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -49,10 +50,6 @@ matrix:
|
||||||
- env: TARGET=thumbv7m-none-eabi
|
- env: TARGET=thumbv7m-none-eabi
|
||||||
rust: beta
|
rust: beta
|
||||||
|
|
||||||
before_install:
|
|
||||||
- set -e
|
|
||||||
- rustup self update
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
bash ci/install.sh
|
bash ci/install.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue