Improve buildbot script
authorPierre-Yves Rollo <dev@pyrollo.com>
Fri, 21 Jun 2019 00:43:59 +0000 (02:43 +0200)
committerrubenwardy <rw@rubenwardy.com>
Fri, 21 Jun 2019 00:46:00 +0000 (01:46 +0100)
commit39c54e13c3ee3558f330f4d5716d8073b48de11a
tree83338890c7b9d6a3e8c3753c15ded42c74688a4c
parente3738c2f61b4ebff97eadce88dda10c9a7610d3d
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
util/buildbot/buildwin32.sh
util/buildbot/buildwin64.sh
util/buildbot/toolchain_i586-mingw32msvc.cmake [new file with mode: 0644]
util/buildbot/toolchain_i646-w64-mingw32.cmake [new file with mode: 0644]
util/buildbot/toolchain_mingw.cmake [deleted file]
util/buildbot/toolchain_mingw64.cmake [deleted file]
util/buildbot/toolchain_x86_64-w64-mingw32.cmake [new file with mode: 0644]
util/travis/before_install.sh