From 39c54e13c3ee3558f330f4d5716d8073b48de11a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Rollo Date: Fri, 21 Jun 2019 02:43:59 +0200 Subject: Improve buildbot script PR created under the employment of EvidenceBKidscode * Variables to set git repositories urls (allows to build from another repo) * Variables to set git branch to build from (allows to build from non-master branch) * Variables to change built name * Make -j uses the proper number of processors (autodetect) * Changed toolchain from win32 to adpat it to non-debian distros --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 23f6d5ebb..2eb14a96f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,22 +34,10 @@ matrix: - env: PLATFORM=Win32 compiler: gcc os: linux - addons: - apt: - packages: ['gcc-mingw-w64-i686', 'g++-mingw-w64-i686', 'binutils-mingw-w64-i686'] - sources: &sources - - ubuntu-toolchain-r-test - - sourceline: 'deb http://mirrors.kernel.org/ubuntu xenial main universe' - env: PLATFORM=Win64 compiler: gcc os: linux - addons: - apt: - packages: ['gcc-mingw-w64-x86-64', 'g++-mingw-w64-x86-64', 'binutils-mingw-w64-x86-64'] - sources: &sources - - ubuntu-toolchain-r-test - - sourceline: 'deb http://mirrors.kernel.org/ubuntu xenial main universe' - env: PLATFORM=Unix compiler: clang -- cgit v1.2.3