2014-07-02 14:05:42 +02:00
|
|
|
language: cpp
|
2015-12-22 18:20:43 +01:00
|
|
|
|
2018-06-15 09:48:47 +02:00
|
|
|
# OS config, depends on actual 'os' in build matrix
|
2019-02-19 13:06:04 +01:00
|
|
|
dist: xenial
|
2019-08-18 15:00:47 +02:00
|
|
|
|
|
|
|
stages:
|
|
|
|
- check
|
|
|
|
- build
|
2015-12-22 18:20:43 +01:00
|
|
|
|
2017-11-26 03:48:37 +01:00
|
|
|
env:
|
|
|
|
global:
|
2019-09-27 13:35:33 +02:00
|
|
|
- SCONS_CACHE=$HOME/.scons_cache/$TRAVIS_BRANCH
|
2017-11-27 14:39:05 +01:00
|
|
|
- SCONS_CACHE_LIMIT=1024
|
2019-06-16 21:08:52 +02:00
|
|
|
- OPTIONS="debug_symbols=no verbose=yes progress=no builtin_libpng=yes"
|
2018-08-29 10:16:51 +02:00
|
|
|
- secure: "uch9QszCgsl1qVbuzY41P7S2hWL2IiNFV4SbAYRCdi0oJ9MIu+pVyrQdpf3+jG4rH6j4Rffl+sN17Zz4dIDDioFL1JwqyCqyCyswR8uACC0Rr8gr4Mi3+HIRbv+2s2P4cIQq41JM8FJe84k9jLEMGCGh69w+ibCWoWs74CokYVA="
|
2017-11-26 03:48:37 +01:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
2017-11-27 01:22:15 +01:00
|
|
|
- $SCONS_CACHE
|
2017-09-13 22:36:39 +02:00
|
|
|
|
2015-12-22 18:20:43 +01:00
|
|
|
matrix:
|
2017-03-19 12:54:11 +01:00
|
|
|
include:
|
2019-12-04 08:41:38 +01:00
|
|
|
- name: Static checks (clang-format) + Documentation checks
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: check
|
2019-06-02 19:32:32 +02:00
|
|
|
env: STATIC_CHECKS=yes
|
2017-10-27 19:18:22 +02:00
|
|
|
os: linux
|
2018-04-12 12:05:34 +02:00
|
|
|
compiler: gcc
|
2018-06-15 10:13:52 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
sources:
|
2019-05-20 13:52:34 +02:00
|
|
|
- llvm-toolchain-xenial-8
|
2018-06-15 10:13:52 +02:00
|
|
|
packages:
|
2019-05-20 13:52:34 +02:00
|
|
|
- clang-format-8
|
2018-06-15 10:13:52 +02:00
|
|
|
|
2019-07-02 13:28:48 +02:00
|
|
|
- name: Linux editor (debug, GCC 9, with Mono)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2019-07-02 13:28:48 +02:00
|
|
|
env: PLATFORM=x11 TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-mono-gcc-9 MATRIX_EVAL="CC=gcc-9 && CXX=g++-9" EXTRA_ARGS="module_mono_enabled=yes mono_glue=no warnings=extra werror=yes"
|
2017-10-27 19:18:22 +02:00
|
|
|
os: linux
|
2019-07-02 13:28:48 +02:00
|
|
|
compiler: gcc-9
|
2018-06-15 10:13:52 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
2018-06-15 10:36:13 +02:00
|
|
|
sources:
|
|
|
|
- mono
|
2019-02-19 13:06:04 +01:00
|
|
|
- ubuntu-toolchain-r-test
|
2018-06-15 10:13:52 +02:00
|
|
|
packages:
|
2019-07-02 13:28:48 +02:00
|
|
|
- &gcc9_deps [gcc-9, g++-9]
|
2019-06-16 21:08:52 +02:00
|
|
|
- &linux_deps [libasound2-dev, libgl1-mesa-dev, libglu1-mesa-dev, libx11-dev, libxcursor-dev, libxi-dev, libxinerama-dev, libxrandr-dev]
|
2018-10-22 19:20:29 +02:00
|
|
|
- &linux_mono_deps [mono-devel, msbuild, nuget]
|
2018-06-15 10:13:52 +02:00
|
|
|
|
2019-06-02 19:32:32 +02:00
|
|
|
- name: Linux export template (release, Clang)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2019-06-02 19:32:32 +02:00
|
|
|
env: PLATFORM=x11 TOOLS=no TARGET=release CACHE_NAME=${PLATFORM}-clang EXTRA_ARGS="warnings=extra werror=yes"
|
2017-10-27 19:18:22 +02:00
|
|
|
os: linux
|
|
|
|
compiler: clang
|
2018-06-15 10:13:52 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- *linux_deps
|
|
|
|
|
2019-06-02 19:32:32 +02:00
|
|
|
- name: Android export template (release_debug, Clang)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2019-06-02 19:32:32 +02:00
|
|
|
env: PLATFORM=android TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-clang EXTRA_ARGS="warnings=extra werror=yes"
|
2017-11-10 01:07:28 +01:00
|
|
|
os: linux
|
2018-06-15 09:48:47 +02:00
|
|
|
compiler: clang
|
2019-10-26 14:28:07 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- openjdk-8-jdk
|
2018-06-15 10:13:52 +02:00
|
|
|
|
2019-06-02 19:32:32 +02:00
|
|
|
- name: macOS editor (debug, Clang)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2019-10-24 16:34:18 +02:00
|
|
|
env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
|
2018-04-10 12:42:27 +02:00
|
|
|
os: osx
|
|
|
|
compiler: clang
|
2020-02-10 09:15:27 +01:00
|
|
|
addons:
|
|
|
|
homebrew:
|
|
|
|
packages:
|
|
|
|
- scons
|
2020-02-21 09:27:18 +01:00
|
|
|
update: true
|
2018-06-15 10:13:52 +02:00
|
|
|
|
2019-06-02 19:32:32 +02:00
|
|
|
- name: iOS export template (debug, Clang)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2019-06-02 19:32:32 +02:00
|
|
|
env: PLATFORM=iphone TOOLS=no TARGET=debug CACHE_NAME=${PLATFORM}-clang
|
2018-04-10 12:42:27 +02:00
|
|
|
os: osx
|
|
|
|
compiler: clang
|
2020-02-10 09:15:27 +01:00
|
|
|
addons:
|
|
|
|
homebrew:
|
|
|
|
packages:
|
|
|
|
- scons
|
2020-02-21 09:27:18 +01:00
|
|
|
update: true
|
2018-06-15 10:13:52 +02:00
|
|
|
|
2019-07-31 23:34:08 +02:00
|
|
|
- name: Linux headless editor (release_debug, GCC 9, testing project exporting and script running)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2019-07-31 23:34:08 +02:00
|
|
|
env: PLATFORM=server TOOLS=yes TARGET=release_debug CACHE_NAME=${PLATFORM}-tools-gcc-9 MATRIX_EVAL="CC=gcc-9 && CXX=g++-9" EXTRA_ARGS="warnings=extra werror=yes" TEST_PROJECT=yes
|
2018-05-10 21:50:26 +02:00
|
|
|
os: linux
|
2019-07-02 13:28:48 +02:00
|
|
|
compiler: gcc-9
|
2018-06-15 10:13:52 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
2019-02-19 13:06:04 +01:00
|
|
|
sources:
|
|
|
|
- ubuntu-toolchain-r-test
|
2018-06-15 10:13:52 +02:00
|
|
|
packages:
|
2019-07-02 13:28:48 +02:00
|
|
|
- *gcc9_deps
|
2018-06-15 10:13:52 +02:00
|
|
|
- *linux_deps
|
2018-04-12 10:59:07 +02:00
|
|
|
|
2019-06-02 19:32:32 +02:00
|
|
|
- name: Linux export template (release_debug, GCC 5, without 3D support)
|
2019-08-18 15:00:47 +02:00
|
|
|
stage: build
|
2020-01-16 11:43:03 +01:00
|
|
|
env: PLATFORM=x11 TOOLS=no TARGET=release_debug CACHE_NAME=${PLATFORM}-gcc-5 EXTRA_ARGS="CXXFLAGS=-fno-strict-aliasing disable_3d=yes"
|
2019-02-18 22:19:35 +01:00
|
|
|
os: linux
|
2019-02-19 13:06:04 +01:00
|
|
|
compiler: gcc
|
2019-02-18 22:19:35 +01:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- *linux_deps
|
|
|
|
|
2018-04-12 12:05:34 +02:00
|
|
|
before_install:
|
2019-02-18 22:19:35 +01:00
|
|
|
- eval "${MATRIX_EVAL}"
|
2018-04-12 12:05:34 +02:00
|
|
|
|
2017-11-10 01:07:28 +01:00
|
|
|
install:
|
2020-02-10 09:15:27 +01:00
|
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
|
|
|
pyenv global 3.7.1 system;
|
|
|
|
pip3 install --user scons;
|
|
|
|
fi
|
|
|
|
- scons --version
|
2018-09-16 21:34:57 +02:00
|
|
|
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$PLATFORM" = "android" ]; then
|
2019-10-26 14:28:07 +02:00
|
|
|
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64;
|
|
|
|
export PATH=/usr/lib/jvm/java-8-openjdk-amd64/jre/bin:${PATH};
|
|
|
|
java -version;
|
2017-11-10 01:07:28 +01:00
|
|
|
misc/travis/android-tools-linux.sh;
|
|
|
|
fi
|
2020-03-30 09:10:37 +02:00
|
|
|
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
|
|
|
unset SCONS_CACHE;
|
|
|
|
pip3 install --user black pygments;
|
|
|
|
fi
|
2017-11-10 01:07:28 +01:00
|
|
|
|
2015-12-22 18:20:43 +01:00
|
|
|
before_script:
|
2018-09-16 21:34:57 +02:00
|
|
|
- if [ "$PLATFORM" = "android" ]; then
|
2017-11-10 01:07:28 +01: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 11:17:14 +02:00
|
|
|
fi
|
2015-12-22 18:20:43 +01:00
|
|
|
|
|
|
|
script:
|
2017-03-19 12:54:11 +01:00
|
|
|
- if [ "$STATIC_CHECKS" = "yes" ]; then
|
2019-12-16 08:46:36 +01:00
|
|
|
sh ./misc/travis/clang-format.sh &&
|
2020-03-30 09:10:37 +02:00
|
|
|
sh ./misc/travis/black-format.sh &&
|
2019-12-04 08:41:38 +01:00
|
|
|
doc/tools/makerst.py --dry-run doc/classes modules;
|
2017-03-19 12:54:11 +01:00
|
|
|
else
|
2019-08-27 15:31:42 +02:00
|
|
|
scons -j2 CC=$CC CXX=$CXX platform=$PLATFORM tools=$TOOLS target=$TARGET $OPTIONS $EXTRA_ARGS &&
|
2019-07-31 23:34:08 +02:00
|
|
|
if [ "$TEST_PROJECT" = "yes" ]; then
|
|
|
|
git clone --depth 1 "https://github.com/godotengine/godot-tests.git";
|
|
|
|
sed -i "s:custom_template/release=\"\":custom_template/release=\"$(readlink -e bin/godot_server.x11.opt.tools.64)\":" godot-tests/tests/project_export/export_presets.cfg;
|
|
|
|
godot-tests/tests/project_export/test_project.sh "bin/godot_server.x11.opt.tools.64";
|
|
|
|
fi
|
2017-03-19 12:54:11 +01:00
|
|
|
fi
|