aboutsummaryrefslogtreecommitdiff
path: root/util/buildbot/buildwin32.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hax's version of Minetest Server 5.6.0Test_User2024-06-281-0/+0
|
* Centralize IrrlichtMt version used for buildssfan52022-07-231-3/+3
| | | | maybe a submodule would have really been easier...
* Bump IrrlichtMtsfan52022-07-231-1/+1
|
* Bump IrrlichtMt version in CIsfan52022-05-221-1/+1
|
* Bump IrrlichtMt to 1.9.0mt5 in CIsfan52022-05-061-2/+2
|
* Use CMake's -B, --build, and --install optionsShadowNinja2022-04-081-5/+3
|
* Update MinGW used by CIsfan52022-02-081-15/+19
| | | | | 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.
* Bump IrrlichtMt to 1.9.0mt4 in CIsfan52022-01-161-1/+1
|
* Fully remove bitmap font support (#11863)sfan52022-01-081-1/+0
| | | Freetype is now a build requirement.
* Fix some issues with buildbot scripts (#11860)sfan52021-12-151-2/+11
|
* Fix compiler detection in buildbotsfan52021-11-101-2/+2
| | | | it was just half-broken before...
* Fix typo in buildbot scriptssfan52021-11-051-1/+1
|
* Automatically package MinGW runtime in buildbotsfan52021-10-311-4/+12
|
* Replace uses of which(1) with command -vsfan52021-10-311-3/+3
|
* Don't look for zlib and zstd manually on Windowssfan52021-09-011-1/+1
|
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-0/+6
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* CI: Bump IrrlichtMt to 1.9.0mt3sfan52021-08-311-1/+1
|
* buildbot: Readd missing IrrlichtMt DLLssfan52021-07-271-0/+1
|
* Take advantage of IrrlichtMt CMake target (#11287)JosiahWI2021-07-271-5/+3
| | | | 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.
* Update library versions in buildbot (#11229)sfan52021-04-271-47/+38
|
* Buildbot changes to allow out-of-tree builds (#11180)sfan52021-04-111-20/+20
| | | | | | | * 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
|
* buildbot: Drop i586-mingw32msvc, add i686-w64-mingw32-posix detectionsfan52021-03-061-2/+4
|
* 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-9/+7
|
* Update curl dependency in buildbotsfan52019-08-051-1/+1
|
* Improve buildbot scriptPierre-Yves Rollo2019-06-211-7/+25
| | | | | | | | | | 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-5/+4
|
* Buildbot: Update LuaJIT versionsfan52016-12-081-4/+4
|
* Update library versions in buildbotsfan52016-09-211-36/+29
| | | | | | | | 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-13/+13
| | | | 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-6/+6
|
* Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵sfan52014-07-291-25/+34
| | | | 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-75/+82
|
* Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam2013-05-181-11/+0
|
* Update buildwin32.sh to get minetest/commonPerttu Ahola2013-03-211-0/+11
|
* Update buildbotPilzAdam2013-02-241-7/+7
|
* Tweak buildbotsfan52013-01-231-12/+25
| | | | | | | | * CURL support * only download packages if they don't exist * fixed download links (libvorbis and libogg) * manual downloading if automatic downloading fails (only minetest and minetest_game) * mingwm10.dll and openal_stripped.zip are downloaded automatically
* Fix buildbotPerttu Ahola2012-04-031-37/+33
|
* Add util/buildbotPerttu Ahola2012-04-031-0/+123