Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support pre-generate bindings for aarch64 #435

Merged
merged 13 commits into from
Mar 6, 2020
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ matrix:
- os: osx
osx_image: xcode11.3
rust: stable
- os: linux
arch: arm64
rust: stable

env:
global:
Expand All @@ -23,12 +26,13 @@ env:
cache: false

before_script:
- rustup default nightly-2019-09-05
- rustup default nightly-2019-12-20
- rustup component add rustfmt-preview
- rustup component add clippy

script:
- make clippy
# copile rocksdb may cost more than 10 minutes, see https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
- travis_wait make clippy
- cargo fmt --all -- --check
- cargo build
- cargo test --all
Loading