aboutsummaryrefslogtreecommitdiff
path: root/util/buildbot/buildwin32.sh
AgeCommit message (Collapse)Author
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
2013-05-18Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.shPilzAdam
2013-03-21Update buildwin32.sh to get minetest/commonPerttu Ahola
2013-02-24Update buildbotPilzAdam
2013-01-23Tweak buildbotsfan5
* 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
2012-04-03Fix buildbotPerttu Ahola
2012-04-03Add util/buildbotPerttu Ahola