Home
last modified time | relevance | path

Searched +full:mdbook +full:- (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/cxx/book/
DREADME.md5 - Install [mdBook]: `cargo install mdbook`.
6 - Run `mdbook build` in this directory.
7 - Open the generated *build/index.html*.
9 [mdBook]: https://github.com/rust-lang/mdBook
Dbuild.sh3 set -e
7 if [ -f ./mdbook ]; then
8 ./mdbook build
10 mdbook build
13 if [ ! -d node_modules ]; then
/third_party/rust/crates/bindgen/.github/workflows/
Ddeploy-book.yml6 - main
9 deploy-book:
10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v3
14 persist-credentials: false
16 - name: Install stable
17 uses: actions-rs/toolchain@v1
23 - name: Test book
25 …curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.5/mdbook-v0.4.5-x86_64-unknown-
26 ./mdbook build book
[all …]
Dbindgen.yml6 - main
9 - main
12 rustfmt-clippy:
13 runs-on: ubuntu-latest
16 - uses: actions/checkout@v3
18 - name: Install stable
19 uses: actions-rs/toolchain@v1
22 # TODO: Should ideally be stable, but we use some nightly-only
28 - name: Run rustfmt
29 uses: actions-rs/cargo@v1
[all …]
/third_party/rust/crates/cxx/.github/workflows/
Dsite.yml6 - master
8 - book/**
9 - .github/workflows/site.yml
15 runs-on: ubuntu-latest
18 timeout-minutes: 30
20 - uses: actions/checkout@v3
22 - name: Get mdBook
25 export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
26 … export MDBOOK_URL="https://github.com/dtolnay/mdBook/releases/download/cxx/${MDBOOK_TARBALL}"
27 curl -Lf "${MDBOOK_URL}" | tar -xzC book
[all …]
/third_party/rust/crates/codespan/
DREADME.md1 # codespan-reporting
3 [![Continuous integration][actions-badge]][actions-url]
4 [![Crates.io][crate-badge]][crate-url]
5 [![Docs.rs][docs-badge]][docs-url]
6 [![Matrix][matrix-badge]][matrix-lobby]
8 [actions-badge]: https://img.shields.io/github/workflow/status/brendanzab/codespan/Continuous%20int…
9 [actions-url]: https://github.com/brendanzab/codespan/actions
10 [crate-url]: https://crates.io/crates/codespan-reporting
11 [crate-badge]: https://img.shields.io/crates/v/codespan-reporting.svg
12 [docs-url]: https://docs.rs/codespan-reporting
[all …]