2nd attempt at travisCI magic

This commit is contained in:
Lokathor 2018-11-13 11:51:56 -07:00
parent 9bfd6f1854
commit 61110b00aa
2 changed files with 13 additions and 1 deletions

View file

@ -13,7 +13,9 @@ before_script:
- cargo install-update -a
script:
- cd book && mdbook build && mdbook test
- cargo check && cargo check --release
# at the moment we DO NOT run "cargo test" because of lang-item issues
- cd book && mdbook build
deploy:
provider: pages

View file

@ -4,6 +4,16 @@ Here's a book that'll help you program in Rust on the GBA.
It's very "work in progress". At the moment there's only one demo program.
## Getting Help
If you want to contact us you should join the [Rust Community
Discord](https://discordapp.com/invite/aVESxV8) and ask in the `#gamedev`
channel. `Ketsuban` is the wizard who knows much more about how it all works,
and `Lokathor` is the fool who decided to write a crate and book for it.
If it's _not_ a GBA specific question then you can also ask any of the few
hundred other folks in the server as well.
## Other Works
If you want to read more about developing on the GBA there are some other good resources as well: