|
@ -15,6 +15,7 @@ script: |
|
|
- cargo build --verbose |
|
|
- cargo build --verbose |
|
|
- cargo test --verbose |
|
|
- cargo test --verbose |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET |
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET |
|
|
|
|
|
- cargo test --manifest-path gcc-test/Cargo.toml --target $TARGET --release |
|
|
- cargo doc |
|
|
- cargo doc |
|
|
- rustdoc --test README.md -L target/debug |
|
|
- rustdoc --test README.md -L target/debug |
|
|
after_success: |
|
|
after_success: |
|
@ -28,7 +29,6 @@ env: |
|
|
notifications: |
|
|
notifications: |
|
|
email: |
|
|
email: |
|
|
on_success: never |
|
|
on_success: never |
|
|
|
|
|
|
|
|
os: |
|
|
os: |
|
|
- linux |
|
|
- linux |
|
|
- osx |
|
|
- osx |
|
|