aboutsummaryrefslogtreecommitdiff
path: root/util/buildbot/buildwin64.sh
AgeCommit message (Collapse)Author
2022-07-23Centralize IrrlichtMt version used for buildssfan5
maybe a submodule would have really been easier...
2022-07-23Bump IrrlichtMtsfan5
2022-05-22Bump IrrlichtMt version in CIsfan5
2022-05-06Bump IrrlichtMt to 1.9.0mt5 in CIsfan5
2022-04-08Use CMake's -B, --build, and --install optionsShadowNinja
2022-02-08Update MinGW used by CIsfan5
This made a rebuild of 32-bit deps necessary. They were updated in the process and this was done for 64-bit too for consistency.
2022-01-16Bump IrrlichtMt to 1.9.0mt4 in CIsfan5
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2021-12-15Fix some issues with buildbot scripts (#11860)sfan5
2021-11-10Fix compiler detection in buildbotsfan5
it was just half-broken before...
2021-11-05Fix typo in buildbot scriptssfan5
2021-10-31Automatically package MinGW runtime in buildbotsfan5
2021-10-31Replace uses of which(1) with command -vsfan5
2021-09-01Don't look for zlib and zstd manually on Windowssfan5
2021-08-31Switch MapBlock compression to zstd (#10788)lhofhansl
* Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
2021-08-31CI: Bump IrrlichtMt to 1.9.0mt3sfan5
2021-07-27buildbot: Readd missing IrrlichtMt DLLssfan5
2021-07-27Take advantage of IrrlichtMt CMake target (#11287)JosiahWI
With the CMake changes to IrrlichtMt, it's now possible to use a target for IrrlichtMt. Besides greatly improving the ease of setting up IrrlichtMt for users building the client, it removes the need for Minetest's CMake to include transitive dependencies such as image libraries, cleaning it up a tiny bit. The PR works by finding the IrrlichtMt package and linking to the target it provides. If the package isn't found and it isn't building the client, it will still fall back to using just the headers of old Irrlicht or IrrlichtMt.
2021-06-22Buildbot: Use posix on Win64 builds if available (#11355)Juozas
Use posix mingw-w64 toolchain on Win64 builds where applicable, avoids many build errors when using buildwin64.sh to build 64 bit builds on Ubuntu based Linux distributions
2021-04-27Update library versions in buildbot (#11229)sfan5
2021-04-11Buildbot changes to allow out-of-tree builds (#11180)sfan5
* 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
2021-03-26Adjust build config for Irrlicht changes (again)sfan5
2021-03-12Clean up cmake DLL installation and other minor thingssfan5
2021-03-09CI: update configurations for Irrlicht forksfan5
2020-04-20Replace travis with github actions (#9641)Loïc Blot
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.
2020-02-12Update some libraries for buildbotsfan5
2019-08-05Update curl dependency in buildbotsfan5
2019-06-21Improve buildbot scriptPierre-Yves Rollo
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
2019-03-07Update a few dependency versions for buildbot (#8319)sfan5
2017-06-09buildbot: exit 0 at the end of the scriptLoïc Blot
This permits script to return correct state when skipping packaging
2017-06-08Implement GItlab CI daily builds for windows platform (32 & 64) (#5923)Loïc Blot
* 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
2017-06-04Minetest for C++11 (CMakeLists + Travis)Loic Blot
* 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
2016-12-29Buildbot: Update Gettext version (#4971)sfan5
2016-12-08Buildbot: Update LuaJIT versionsfan5
2016-09-21Update library versions in buildbotsfan5
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.
2016-07-29buildbot: retrieve short commit hash properlyFernando Carmona Varo
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.
2015-12-26Update URLs for buildbot & travissfan5
The freehoster these files were hosted on is shutting down soon-ish, they're now hosted on my VPS.
2015-01-08Add SQLite3 libraries to buildbotsfan5
2015-01-06Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492)sfan5
2014-12-06Build for win32 & win64 on Travis toosfan5
2014-10-19Update the cURL the buildbot uses to 7.38.0sfan5
2014-07-29Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan5
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
2014-06-18Update buildbot scripts and add 64-bit buildbotsfan5