2014-01-21 15:04:54 +08:00
|
|
|
env:
|
|
|
|
global:
|
|
|
|
- secure: GwyxF8F9NKc9M2YypZZMGyIolTf7lDfeKnhhGre28HuzE4e9oIB7dUGjqYrx6uQ/ei++rpd+pjhTFilnX5inS/E+7R7DRvdX00JERWPF+qgiWpxPAoT/iI2RQ+7PKiLcwrzdzQIhSfIse/FikdpkeSY0FJG9/vu/HXNzFxDBPW0=
|
2013-10-18 17:47:07 +08:00
|
|
|
before_install:
|
|
|
|
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
|
|
- sudo apt-get update
|
|
|
|
install:
|
|
|
|
- sudo apt-get install rust-nightly
|
|
|
|
script:
|
|
|
|
- make
|
|
|
|
- make test
|
|
|
|
- make bench
|
2014-01-21 15:04:54 +08:00
|
|
|
- make doc
|
|
|
|
after_script:
|
|
|
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|