mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Merge pull request #174 from tomaka/travis-docs-headless
Generate docs for headless functionnalities too
This commit is contained in:
commit
29bf3385ad
|
@ -19,7 +19,7 @@ os:
|
|||
after_success: |
|
||||
[ $TRAVIS_BRANCH = master ] &&
|
||||
[ $TRAVIS_PULL_REQUEST = false ] &&
|
||||
cargo doc &&
|
||||
cargo doc --features "window headless" &&
|
||||
echo '<meta http-equiv=refresh content=0;url=glutin/index.html>' > target/doc/index.html &&
|
||||
sudo pip install ghp-import &&
|
||||
ghp-import -n target/doc &&
|
||||
|
|
Loading…
Reference in a new issue