mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +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:
|
env:
|
||||||
- RUST="stable" LUA="lua=5.1"
|
- LUA="lua=5.1"
|
||||||
- RUST="beta" LUA="lua=5.1"
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install hererocks
|
- pip install hererocks
|
||||||
- hererocks lua_install -r^ --$LUA
|
- hererocks lua_install -r^ --$LUA
|
||||||
- export PATH=$PATH:$PWD/lua_install/bin
|
- export PATH=$PATH:$PWD/lua_install/bin
|
||||||
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain $RUST
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- luarocks install luafilesystem
|
- luarocks install luafilesystem
|
||||||
|
|||||||
Reference in New Issue
Block a user