diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-09-25 13:38:12 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-09-25 13:38:12 -0700 |
| commit | b44d388d882f1518ab8ea2ee4cfd53ea032f8bff (patch) | |
| tree | 2e6725ccc5bf3403c8e2084917cf383775e72ad4 /library/stdarch/ci | |
| parent | d978ac4c81226b190d6e8c0ef047dd39d1af5678 (diff) | |
| download | rust-b44d388d882f1518ab8ea2ee4cfd53ea032f8bff.tar.gz rust-b44d388d882f1518ab8ea2ee4cfd53ea032f8bff.zip | |
Add aarch64 docs
Diffstat (limited to 'library/stdarch/ci')
| -rwxr-xr-x | library/stdarch/ci/dox.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/stdarch/ci/dox.sh b/library/stdarch/ci/dox.sh index 9721745d443..b8998bb15ec 100755 --- a/library/stdarch/ci/dox.sh +++ b/library/stdarch/ci/dox.sh @@ -28,6 +28,7 @@ dox() { dox i686 i686-unknown-linux-gnu dox x86_64 x86_64-unknown-linux-gnu dox arm armv7-unknown-linux-gnueabihf +dox aarch64 aarch64-unknown-linux-gnu # If we're on travis, not a PR, and on the right branch, publish! if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then |
