aboutsummaryrefslogtreecommitdiff
path: root/util/buildbot/buildwin64.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update library versions in buildbot (#11229)sfan52021-04-271-47/+38
|
* Buildbot changes to allow out-of-tree builds (#11180)sfan52021-04-111-20/+19
| | | | | | | * Do proper out-of-tree builds with buildbot * Don't write to bin/ for cross builds * This allows safely building multiple builds from the same source dir, e.g. with the buildbot. * Disable Gettext (by default) and Freetype (entirely) for server builds
* Adjust build config for Irrlicht changes (again)sfan52021-03-261-3/+3
|
* Clean up cmake DLL installation and other minor thingssfan52021-03-121-4/+4
|
* CI: update configurations for Irrlicht forksfan52021-03-091-5/+7
|
* Replace travis with github actions (#9641)Loïc Blot2020-04-201-5/+4
| | | | | | | * Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.
* Update some libraries for buildbotsfan52020-02-121-3/+3
|
* Update curl dependency in buildbotsfan52019-08-051-1/+1
|
* Improve buildbot scriptPierre-Yves Rollo2019-06-211-7/+14
| | | | | | | | | | 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
* Update a few dependency versions for buildbot (#8319)sfan52019-03-071-4/+4
|
* buildbot: exit 0 at the end of the scriptLoïc Blot2017-06-091-0/+1
| | | | This permits script to return correct state when skipping packaging
* Implement GItlab CI daily builds for windows platform (32 & 64) (#5923)Loïc Blot2017-06-081-1/+3
| | | | | | | | * Implement win32 & win64 builds in Gitlab CI + pkg improvements * windows buildbot: split build & deploy steps * move deb artifacts to root folder to have a nicer artifact * add windows build + packaging on xenial
* Minetest for C++11 (CMakeLists + Travis)Loic Blot2017-06-041-6/+6
| | | | | | | | | | | * Move GCC to GCC 6 & GCC 7 * Move Clang to Clang 3.6 & Clang 4.0 * LINT moves from Clang 3.9 to Clang 4.0 * Move XCode 7.3 to 8.0 * Use more travis tricks to install compilers instead of adding complexity to our build script * Clang format fixes on checked files (compat Cpp11 instead of Cpp03) * Mingw GCC update from 4.8.4 to 5.3 (Ubuntu Xenial) * Drop mingw cmake generated files and add them to gitignore
* Buildbot: Update Gettext version (#4971)sfan52016-12-291-2/+1
|
* Buildbot: Update LuaJIT versionsfan52016-12-081-2/+2
|
* Update library versions in buildbotsfan52016-09-211-25/+25
| | | | | | | | The libraries updated in this commit were built with a set of scripts: https://gist.github.com/sfan5/780c24313c164d34634e18677683b9a3 Building new library versions or just using a different MinGW version is now way easier. This means Windows builds no longer need to use ancient library versions just because nobody knows how to build them.
* buildbot: retrieve short commit hash properlyFernando Carmona Varo2016-07-291-1/+1
| | | | Instead of trying to manually parse the output of 'git show' which can be different across different git configurations, properly use the 'git rev-parse' command that is intended for this purpose.
* Update URLs for buildbot & travissfan52015-12-261-11/+11
| | | | The freehoster these files were hosted on is shutting down soon-ish, they're now hosted on my VPS.
* Add SQLite3 libraries to buildbotsfan52015-01-081-1/+9
|
* Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492)sfan52015-01-061-1/+1
|
* Build for win32 & win64 on Travis toosfan52014-12-061-2/+8
|
* Update the cURL the buildbot uses to 7.38.0sfan52014-10-191-1/+1
|
* Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan52014-07-291-3/+16
| | | | CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476
* Update buildbot scripts and add 64-bit buildbotsfan52014-06-181-0/+129