|
|
|
@ -11,6 +11,7 @@ branches:
|
|
|
|
- master
|
|
|
|
- master
|
|
|
|
|
|
|
|
|
|
|
|
compiler:
|
|
|
|
compiler:
|
|
|
|
|
|
|
|
- clang
|
|
|
|
- gcc
|
|
|
|
- gcc
|
|
|
|
|
|
|
|
|
|
|
|
before_install:
|
|
|
|
before_install:
|
|
|
|
@ -20,6 +21,11 @@ before_install:
|
|
|
|
|
|
|
|
|
|
|
|
install: ./scripts/travis_install.sh
|
|
|
|
install: ./scripts/travis_install.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
|
|
|
|
- mkdir build
|
|
|
|
|
|
|
|
- cd build
|
|
|
|
|
|
|
|
- cmake .. -DLUA_LIBRARIES=$LUA_LIBDIR -DLUA_INCLUDE_DIR=$LUA_INCDIR -DINSTALL_LMOD=$INSTALL_LMOD -DINSTALL_CMOD=$INSTALL_CMOD
|
|
|
|
|
|
|
|
|
|
|
|
script: ./scripts/travis_build.sh
|
|
|
|
script: ./scripts/travis_build.sh
|
|
|
|
|
|
|
|
|
|
|
|
notifications:
|
|
|
|
notifications:
|
|
|
|
|