mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
Hybrid build script between Travis and custom installation...
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,14 +1,16 @@
|
||||
language: python
|
||||
language: rust
|
||||
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
|
||||
env:
|
||||
- RUST="stable" LUA="lua=5.1"
|
||||
- RUST="beta" LUA="lua=5.1"
|
||||
- LUA="lua=5.1"
|
||||
|
||||
before_install:
|
||||
- pip install hererocks
|
||||
- hererocks lua_install -r^ --$LUA
|
||||
- export PATH=$PATH:$PWD/lua_install/bin
|
||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST
|
||||
|
||||
install:
|
||||
- luarocks install luafilesystem
|
||||
|
||||
Reference in New Issue
Block a user