2014-07-02 12:05:42 +00:00
|
|
|
language: cpp
|
2015-12-22 17:20:43 +00:00
|
|
|
|
2018-06-15 07:48:47 +00:00
|
|
|
# OS config, depends on actual 'os' in build matrix
|
2019-02-19 12:06:04 +00:00
|
|
|
dist: xenial
|
2016-03-07 10:47:00 +00:00
|
|
|
sudo: false
|
2015-12-22 17:20:43 +00:00
|
|
|
|
2017-11-26 02:48:37 +00:00
|
|
|
env:
|
|
|
|
global:
|
2017-11-27 00:22:15 +00:00
|
|
|
- SCONS_CACHE=$HOME/.scons_cache
|
2017-11-27 13:39:05 +00:00
|
|
|
- SCONS_CACHE_LIMIT=1024
|
2019-02-19 12:06:04 +00:00
|
|
|
- OPTIONS="debug_symbols=no verbose=yes progress=no"
|
2018-08-29 08:16:51 +00:00
|
|
|
- secure: "uch9QszCgsl1qVbuzY41P7S2hWL2IiNFV4SbAYRCdi0oJ9MIu+pVyrQdpf3+jG4rH6j4Rffl+sN17Zz4dIDDioFL1JwqyCqyCyswR8uACC0Rr8gr4Mi3+HIRbv+2s2P4cIQq41JM8FJe84k9jLEMGCGh69w+ibCWoWs74CokYVA="
|
2017-11-26 02:48:37 +00:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
2017-11-27 00:22:15 +00:00
|
|
|
- $SCONS_CACHE
|
2017-09-13 20:36:39 +00:00
|
|
|
|
2015-12-22 17:20:43 +00:00
|
|
|
matrix:
|
2017-03-19 11:54:11 +00:00
|
|
|
include:
|
|
|
|
- env: STATIC_CHECKS=yes
|
2017-10-27 17:18:22 +00:00
|
|
|
os: linux
|
2018-04-12 10:05:34 +00:00
|
|
|
compiler: gcc
|
2018-06-15 08:13:52 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
2019-02-19 12:06:04 +00:00
|
|
|
- llvm-toolchain-xenial-6.0
|
2018-06-15 08:13:52 +00:00
|
|
|
packages:
|
2018-07-18 14:29:43 +00:00
|
|
|
- clang-format-6.0
|
2018-06-15 08:13:52 +00:00
|
|
|
|
2019-02-27 09:07:30 +00:00
|
|
|
- env: PLATFORM=x11 TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-mono-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" EXTRA_ARGS="module_mono_enabled=yes mono_glue=no warnings=extra werror=yes"
|
2017-10-27 17:18:22 +00:00
|
|
|
os: linux
|
2019-02-19 12:06:04 +00:00
|
|
|
compiler: gcc-8
|
2018-06-15 08:13:52 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
2018-06-15 08:36:13 +00:00
|
|
|
sources:
|
|
|
|
- mono
|
2019-02-19 12:06:04 +00:00
|
|
|
- ubuntu-toolchain-r-test
|
2018-06-15 08:13:52 +00:00
|
|
|
packages:
|
2019-02-19 12:06:04 +00:00
|
|
|
- &gcc8_deps [gcc-8, g++-8]
|
2018-06-15 08:13:52 +00:00
|
|
|
- &linux_deps [libasound2-dev, libfreetype6-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, libxcursor-dev, libxi-dev, libxinerama-dev, libxrandr-dev]
|
2018-10-22 17:20:29 +00:00
|
|
|
- &linux_mono_deps [mono-devel, msbuild, nuget]
|
2018-06-15 08:13:52 +00:00
|
|
|
|
2018-08-29 08:16:51 +00:00
|
|
|
coverity_scan:
|
|
|
|
project:
|
|
|
|
name: "godotengine/godot"
|
|
|
|
description: "Godot Engine Coverity scans"
|
|
|
|
notification_email: coverity@godotengine.org
|
|
|
|
build_command_prepend: ""
|
|
|
|
build_command: "scons p=x11 -j2 $OPTIONS"
|
|
|
|
branch_pattern: coverity_scan
|
|
|
|
|
2019-02-27 09:07:30 +00:00
|
|
|
- env: PLATFORM=x11 TOOLS=no TARGET=release CACHE_NAME=${PLATFORM}-clang EXTRA_ARGS="warnings=extra werror=yes"
|
2017-10-27 17:18:22 +00:00
|
|
|
os: linux
|
|
|
|
compiler: clang
|
2018-06-15 08:13:52 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- *linux_deps
|
|
|
|
|
2019-02-27 09:07:30 +00:00
|
|
|
- env: PLATFORM=android TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-clang EXTRA_ARGS="warnings=extra werror=yes"
|
2017-11-10 00:07:28 +00:00
|
|
|
os: linux
|
2018-06-15 07:48:47 +00:00
|
|
|
compiler: clang
|
2018-06-15 08:13:52 +00:00
|
|
|
|
2018-09-16 19:34:57 +00:00
|
|
|
- env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang
|
2018-04-10 10:42:27 +00:00
|
|
|
os: osx
|
|
|
|
compiler: clang
|
2018-06-15 08:13:52 +00:00
|
|
|
|
2018-09-16 19:34:57 +00:00
|
|
|
- env: PLATFORM=iphone TOOLS=no TARGET=debug CACHE_NAME=${PLATFORM}-clang
|
2018-04-10 10:42:27 +00:00
|
|
|
os: osx
|
|
|
|
compiler: clang
|
2018-06-15 08:13:52 +00:00
|
|
|
|
2019-02-27 09:07:30 +00:00
|
|
|
- env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-8 MATRIX_EVAL="CC=gcc-8 && CXX=g++-8" EXTRA_ARGS="warnings=extra werror=yes"
|
2018-05-10 19:50:26 +00:00
|
|
|
os: linux
|
2019-02-19 12:06:04 +00:00
|
|
|
compiler: gcc-8
|
2018-06-15 08:13:52 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
2019-02-19 12:06:04 +00:00
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
2018-06-15 08:13:52 +00:00
|
|
|
packages:
|
2019-02-19 12:06:04 +00:00
|
|
|
- *gcc8_deps
|
2018-06-15 08:13:52 +00:00
|
|
|
- *linux_deps
|
2018-04-12 08:59:07 +00:00
|
|
|
|
2019-02-19 12:06:04 +00:00
|
|
|
- env: PLATFORM=x11 TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-gcc-5
|
2019-02-18 21:19:35 +00:00
|
|
|
os: linux
|
2019-02-19 12:06:04 +00:00
|
|
|
compiler: gcc
|
2019-02-18 21:19:35 +00:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- *linux_deps
|
|
|
|
|
2018-04-12 10:05:34 +00:00
|
|
|
before_install:
|
2019-02-18 21:19:35 +00:00
|
|
|
- eval "${MATRIX_EVAL}"
|
2018-04-12 10:05:34 +00:00
|
|
|
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
|
|
|
unset SCONS_CACHE;
|
|
|
|
fi
|
|
|
|
|
2017-11-10 00:07:28 +00:00
|
|
|
install:
|
2019-02-19 12:06:04 +00:00
|
|
|
- pip install --user scons;
|
2018-09-16 19:34:57 +00:00
|
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$PLATFORM" = "android" ]; then
|
2017-11-10 00:07:28 +00:00
|
|
|
misc/travis/android-tools-linux.sh;
|
|
|
|
fi
|
|
|
|
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
2019-01-08 11:35:02 +00:00
|
|
|
export PATH=${PATH}:/Users/travis/Library/Python/2.7/bin;
|
2017-11-10 00:07:28 +00:00
|
|
|
fi
|
2018-09-16 19:34:57 +00:00
|
|
|
- if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$PLATFORM" = "android" ]; then
|
2017-11-10 00:07:28 +00:00
|
|
|
misc/travis/android-tools-osx.sh;
|
|
|
|
fi
|
|
|
|
|
2015-12-22 17:20:43 +00:00
|
|
|
before_script:
|
2018-09-16 19:34:57 +00:00
|
|
|
- if [ "$PLATFORM" = "android" ]; then
|
2017-11-10 00:07:28 +00:00
|
|
|
export ANDROID_HOME=$TRAVIS_BUILD_DIR/godot-dev/build-tools/android-sdk;
|
|
|
|
export ANDROID_NDK_ROOT=$TRAVIS_BUILD_DIR/godot-dev/build-tools/android-ndk;
|
2016-05-13 09:17:14 +00:00
|
|
|
fi
|
2015-12-22 17:20:43 +00:00
|
|
|
|
|
|
|
script:
|
2017-03-19 11:54:11 +00:00
|
|
|
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
|
|
|
sh ./misc/travis/clang-format.sh;
|
|
|
|
else
|
2019-02-19 12:06:04 +00:00
|
|
|
scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS;
|
2017-03-19 11:54:11 +00:00
|
|
|
fi
|