Browse Source

Test gcc-test with --release as well

add-rc-path
Alex Crichton 10 years ago
parent
commit
8d4d09947c
  1. 2
      .travis.yml
  2. 1
      appveyor.yml

2
.travis.yml

@ -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

1
appveyor.yml

@ -16,3 +16,4 @@ build: false
test_script: test_script:
- cargo test - cargo test
- cargo test --manifest-path gcc-test/Cargo.toml - cargo test --manifest-path gcc-test/Cargo.toml
- cargo test --manifest-path gcc-test/Cargo.toml --release

Loading…
Cancel
Save