mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Merged github:zerotacg/ryzomcore/feature/build-with-all-lua-versions
--HG-- branch : feature-build-with-all-lua-versions
This commit is contained in:
parent
0be5356f78
commit
ae2bdb14b6
1 changed files with 8 additions and 2 deletions
10
.travis.yml
10
.travis.yml
|
@ -7,11 +7,17 @@ compiler:
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
env:
|
env:
|
||||||
- CMAKE_BUILD_OPTIONS="-DWITH_NEL_TESTS:BOOL=off"
|
- CMAKE_BUILD_OPTIONS="-DWITH_NEL_TESTS:BOOL=off -DWITH_LUA51:BOOL=on -DWITH_LUA52:BOOL=off -DWITH_LUA53:BOOL=off"
|
||||||
|
- CMAKE_BUILD_OPTIONS="-DWITH_NEL_TESTS:BOOL=off -DWITH_LUA51:BOOL=off -DWITH_LUA52:BOOL=on -DWITH_LUA53:BOOL=off"
|
||||||
|
- CMAKE_BUILD_OPTIONS="-DWITH_NEL_TESTS:BOOL=off -DWITH_LUA51:BOOL=off -DWITH_LUA52:BOOL=off -DWITH_LUA53:BOOL=on"
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
- liblua5.1-0-dev
|
||||||
|
- liblua5.1-0-dbg
|
||||||
|
- liblua5.2-0-dev
|
||||||
|
- liblua5.2-0-dbg
|
||||||
- libluabind-dev
|
- libluabind-dev
|
||||||
- libcpptest-dev
|
- libcpptest-dev
|
||||||
- libogg-dev
|
- libogg-dev
|
||||||
|
@ -32,7 +38,7 @@ script:
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
- "chat.freenode.net#ryzom"
|
- $NOTIFICATION_IRC_CHANNEL
|
||||||
template:
|
template:
|
||||||
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
- "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}"
|
||||||
- "Description : %{commit_message}"
|
- "Description : %{commit_message}"
|
||||||
|
|
Loading…
Reference in a new issue