mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-22 16:25:36 +00:00
use rust nightly instead of deb
This commit is contained in:
@ -1,8 +1,8 @@
|
|||||||
before_install:
|
|
||||||
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
|
||||||
- sudo apt-get update
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install rust-nightly libudev-dev
|
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||||
|
- tar xzf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||||
|
- export PATH=$PATH:$(pwd)/rust-nightly-x86_64-unknown-linux-gnu/bin
|
||||||
|
- rustc -v
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- make
|
||||||
|
Reference in New Issue
Block a user