Merge pull request #651 from matthiasbeyer/travis-gh-pages-doc
Travis gh pages doc
This commit is contained in:
commit
aa858cef8a
1 changed files with 73 additions and 77 deletions
18
.travis.yml
18
.travis.yml
|
@ -4,14 +4,11 @@ rust:
|
|||
- beta
|
||||
- nightly
|
||||
- stable
|
||||
|
||||
cache: cargo
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
- rust: beta
|
||||
|
||||
before_install:
|
||||
- |
|
||||
c=$(git diff $(git merge-base master $TRAVIS_COMMIT)..$TRAVIS_COMMIT --name-only | cut -d "/" -f 1 | uniq)
|
||||
|
@ -22,12 +19,10 @@ before_install:
|
|||
echo "Changes in other directories than ./doc"
|
||||
echo "continue build..."
|
||||
fi
|
||||
|
||||
before_script:
|
||||
- |
|
||||
pip install 'travis-cargo<0.2' --user &&
|
||||
export PATH=$HOME/.local/bin:$PATH
|
||||
|
||||
script:
|
||||
- |
|
||||
travis_cargo_run_in() {
|
||||
|
@ -67,26 +62,27 @@ script:
|
|||
echo -e "--- Done with test scripts ---\n\n"
|
||||
} || true
|
||||
done
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libcurl4-openssl-dev
|
||||
- libelf-dev
|
||||
- libdw-dev
|
||||
|
||||
after_success:
|
||||
- travis-cargo --only stable doc-upload
|
||||
|
||||
- |
|
||||
pushd .imag-documentation &&
|
||||
travis-cargo --only stable doc &&
|
||||
travis-cargo --only stable doc-upload
|
||||
popd
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
irc:
|
||||
channels:
|
||||
- "chat.freenode.net#imag"
|
||||
- chat.freenode.net#imag
|
||||
template:
|
||||
- "%{repository_name} (%{branch} @ %{commit} by %{author}): %{result}"
|
||||
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_CARGO_NIGHTLY_FEATURE=dev
|
||||
- secure: D+3exBnbvzFvk7fvLOxkF7UotCc4gBbvvOW4xGr9u6dDjEjV5y6CdDy/OQAkhfKhvSou+lIC22g5MuCBQXFEf/ua7A1XzwBAFeVLK4cWZSa7+ql6LdHKqOg3oF6pQlh095WeWr8S2PYJFFJFg8RGUPnbjqdu1J4KSXqe/7GoZ3lYS69mx7D5Hb93KEN084/KGfBuvyJtMjO1fK3spltL2zV8oqegFpv0gLG5GY4LsJ/7ij4Mc6wepXSyyQbaiA1eKMMwQZDvoi4V1mCulo/jeC3pucGxvgnMV5DZs8aa8R7votltGvSpHCgU78LW19dg8oZqwShQQ+XUYw27H+QK5V1lz1l1MaJLbwS3ySyZBPGH8qUuOzQ3bLp9xhAIRgCui3kX/UDhmeME7nJI6k3UZydh+/ydNB1BZHTKn76XS/yFj0Gcibxg7f5fcAYA6Ge5Sg+YPozuwbcKnKe6IpN2M7qNgWa+6MCSXJ1v4BgPb7kN74EynJUM8+yWEFN7MZtWEUQ4ZsHdCs8Pub4C/zHpYGV8qGenZwQzosAFq56YwoGCvJezz35yg4BDd3IMKenOzNnXLBrdxxqX8ySgwt5B3zBqwve/64Lx6OXjae2m8wZKlsmeqad/s6K7nx0zG15/qqRIzyvgcLXq3jwBaHkteq49FRFWvHQFpBQcsPZ2uH4=
|
||||
|
|
Loading…
Reference in a new issue