Files
rust-openvr/.travis.yml
Colin Sherratt 8b0738e774 added libudev
2014-03-18 00:46:30 -04:00

10 lines
185 B
YAML

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