mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Use Rust nightly builds for Travis
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
||||
before_install:
|
||||
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
||||
- sudo apt-get update
|
||||
- wget http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||
- tar xf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||
install:
|
||||
- sudo apt-get install rust-nightly
|
||||
- sudo ./rust-nightly-x86_64-unknown-linux-gnu/install.sh
|
||||
- wget http://www.libsdl.org/release/SDL2-2.0.0.tar.gz
|
||||
- tar -zxvf SDL2-2.0.0.tar.gz
|
||||
- cd SDL2-2.0.0
|
||||
|
||||
Reference in New Issue
Block a user