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

ci: Check all crate documentation in addition to target-specific ndk #129

Merged
merged 2 commits into from
Mar 20, 2021

Commits on Mar 20, 2021

  1. ci: Check all crate documentation in addition to target-specific ndk

    Only `ndk` docs are built for all `android` targets but the rest of the
    documentation remains untested. Especially now that we're expanding to
    provide more complete docs for ndk-build and cargo-apk should everything
    be tested, to make sure that things like intra-doc links remain in
    working order.
    MarijnS95 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    963dec5 View commit details
    Browse the repository at this point in the history
  2. ci: Don't build target-agnostic ndk docs for all targets

    The previous commit tests all documentation for all features and crates
    (not just `ndk`). The NDK crate and its documentation build without
    issues thanks to the guards introduced by the `"test"` feature. Since
    the `ndk` docs do not depend on any target-specific flags (and `ndk-sys`
    does not contain any documentation) is is fine to build-test it just
    once for the host architecture.
    MarijnS95 committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    8d2f51c View commit details
    Browse the repository at this point in the history