rust-ci
rust-ci copied to clipboard
Django webapp for www.rust-ci.org
RustCI is unaccessible.
When rust-ci rebuilds a push that fixed a project, the "Fixed" or "Broken" notification email is resent to the owner, which can result in quite a lot of spammy emails....
Here's my project: http://rust-ci.org/andrewrk/groove-rs I followed the directions to set up travis.yml for documentation hosting but it doesn't show up.
I have [a repository set-up for doc uploading](https://github.com/huonw/cfor/blob/master/.travis.yml), but the [online docs](http://www.rust-ci.org/huonw/cfor/doc/cfor/) don't reflect [the current state](https://github.com/huonw/cfor/blob/14cfa01e529a03716be9e0366d0ff2d55b6708b6/src/lib.rs#L22). Having the upload script a little more verbose would be helpful. (Possibly relevant...
Using sudo in Travis-CI runs means a project can't opt-in to using container based workers, which may be faster / more available. http://docs.travis-ci.com/user/workers/container-based-infrastructure/ https://github.com/hansjorg/rust-ci/blob/3712b9e5c344cf485c3cdb938aecaf45ad50325b/tpt/ppatrigger/templates/ppatrigger/put_artifacts_script.txt#L19 I believe Travis-CI has their own...
The documentation upload fails with the error message in the title. Example: https://travis-ci.org/saati/memoize-rs/builds/33984305
As far as I understand, Rust-CI now tracks Ubuntu PPA for Rust updates. However, for a long time Rust has official nightlies available directly on its web-site, so there is...
AFAIK, rust-ci is looking for my documentation ./doc/. However, cargo now builds the docs inside the target directory (./target/doc). It would be nice if rust-ci automatically looked in the place...
Travis-ci now has support for Rust+Cargo, all that is needed is to specify the language. https://github.com/travis-ci/travis-ci-rust-example