Home
last modified time | relevance | path

Searched +full:ghp +full:- +full:import (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/unicode-segmentation/
D.travis.yml3 - 1.24.0
4 - stable
7 - cargo build --verbose
8 - |
9 if [ $TRAVIS_RUST_VERSION = stable ]; then cargo test --verbose || travis_terminate 1; fi
10 - cargo doc
15 …echo '<meta http-equiv=refresh content=0;url=unicode_segmentation/index.html>' > target/doc/index.…
16 pip install ghp-import --user &&
17 $HOME/.local/bin/ghp-import -n target/doc &&
18 git push -qf https://${TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
/external/rust/crates/unicode-width/
D.travis.yml5 - cargo build --verbose --features bench
6 - cargo test --verbose --features bench
7 - cargo bench --verbose --features bench
8 - cargo clean
9 - cargo build --verbose
10 - cargo test --verbose
13 - rm $(find /home/travis/.rustup -type f -name 'libunicode_width*')
14 - rustdoc --test README.md -L target/debug -L target/debug/deps
15 - cargo doc
19 echo '<meta http-equiv=refresh content=0;url=unicode_width/index.html>' > target/doc/index.html &&
[all …]
/external/rust/crates/weak-table/
DMakefile5 REPO = weak-table-rs
13 rustup run nightly cargo build --features=clippy
17 echo "<meta http-equiv='refresh' content='0;url=$(CRATE)/'>" > target/doc/index.html
23 upload-doc:
25 ghp-import -n target/doc
26 git push -f https://github.com/tov/$(REPO).git gh-pages