Searched +full:ghp +full:- +full:import (Results 1 – 3 of 3) sorted by relevance
3 - 1.24.04 - stable7 - cargo build --verbose8 - |9 if [ $TRAVIS_RUST_VERSION = stable ]; then cargo test --verbose || travis_terminate 1; fi10 - cargo doc15 …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
5 - cargo build --verbose --features bench6 - cargo test --verbose --features bench7 - cargo bench --verbose --features bench8 - cargo clean9 - cargo build --verbose10 - cargo test --verbose13 - rm $(find /home/travis/.rustup -type f -name 'libunicode_width*')14 - rustdoc --test README.md -L target/debug -L target/debug/deps15 - cargo doc19 echo '<meta http-equiv=refresh content=0;url=unicode_width/index.html>' > target/doc/index.html &&[all …]
5 REPO = weak-table-rs13 rustup run nightly cargo build --features=clippy17 echo "<meta http-equiv='refresh' content='0;url=$(CRATE)/'>" > target/doc/index.html23 upload-doc:25 ghp-import -n target/doc26 git push -f https://github.com/tov/$(REPO).git gh-pages