Files
rust-openvr/.travis.yml
Colin Sherratt fda06a99ef Added OculusSDK
Added configure script
2014-03-18 00:38:55 -04:00

10 lines
173 B
YAML

before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
- ./configure
- make