2016-02-24 22:10:28 +01:00
|
|
|
sudo: required
|
|
|
|
|
|
|
|
language: cpp
|
|
|
|
|
|
|
|
env:
|
|
|
|
- BUILD_VERSION=""
|
2016-03-24 23:56:21 +01:00
|
|
|
- BUILD_VERSION="disable_autoupdate"
|
|
|
|
- BUILD_VERSION="disable_register_custom_scheme"
|
|
|
|
- BUILD_VERSION="disable_crash_reports"
|
|
|
|
- BUILD_VERSION="disable_network_proxy"
|
2016-06-22 17:42:46 -04:00
|
|
|
- BUILD_VERSION="disable_desktop_file_generation"
|
2016-06-29 08:38:42 +06:00
|
|
|
- BUILD_VERSION="disable_unity_integration"
|
2016-02-24 22:10:28 +01:00
|
|
|
|
|
|
|
arch:
|
2016-07-03 00:17:39 +02:00
|
|
|
repos:
|
|
|
|
- home_ItachiSan_archlinux_Arch_Extra=http://download.opensuse.org/repositories/home:/ItachiSan:/archlinux/Arch_Extra/$arch
|
2016-02-24 22:10:28 +01:00
|
|
|
packages:
|
|
|
|
- bzr
|
|
|
|
- wget
|
|
|
|
- qt5-base
|
|
|
|
|
|
|
|
- git
|
|
|
|
- patch
|
2016-07-03 00:17:39 +02:00
|
|
|
- home_ItachiSan_archlinux_Arch_Extra/dee # Use fixed dee version (See #2005)
|
2016-02-24 22:10:28 +01:00
|
|
|
- libunity
|
|
|
|
- libappindicator-gtk2
|
|
|
|
|
|
|
|
- ffmpeg
|
|
|
|
- icu
|
|
|
|
- jasper
|
|
|
|
- libexif
|
|
|
|
- libmng
|
|
|
|
- libwebp
|
|
|
|
- libxkbcommon-x11
|
|
|
|
- libinput
|
|
|
|
- libproxy
|
|
|
|
- mtdev
|
|
|
|
- openal
|
|
|
|
- libva
|
|
|
|
- desktop-file-utils
|
|
|
|
- gtk-update-icon-cache
|
|
|
|
|
|
|
|
script:
|
|
|
|
- libtool --finish /usr/lib
|
|
|
|
- .travis/build.sh
|
|
|
|
|
2016-03-30 21:42:16 +02:00
|
|
|
before_install:
|
|
|
|
- "export TRAVIS_COMMIT_MSG=\"$(git log --format=%B --no-merges -n 1)\""
|
|
|
|
- .travis/check.sh
|
|
|
|
|
2016-02-24 22:10:28 +01:00
|
|
|
script:
|
2016-05-17 10:11:22 +02:00
|
|
|
- .travis/arch.sh
|