aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2023-01-09Add option to exclude Development Test from release packages (#13081)ROllerozxa
* `INSTALL_DEVTEST` is the option name
2022-11-10Test PostgreSQL in CIJude Melton-Houghton
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-08-25Fix and enable x86 build for Android (#12700)savilli
2022-08-14Move some CI jobs to newer compiler versionssfan5
2022-07-23Centralize IrrlichtMt version used for buildssfan5
maybe a submodule would have really been easier...
2022-07-23Bump IrrlichtMtsfan5
2022-06-13Fix permissions on workflow-generated macOS builds (#12422)Shane Liesegang
2022-06-11Builtin: Redo serialize.lua (#11427)Lars Müller
Features: * Support for arbitrary references, including self-referencing * Short output, references "long" strings as a bonus * Around the same speed, potentially slower if long, short keys are present * Properly works with NaN and inf
2022-06-05Bug report template: ask contributors to provide a code snippet (#12405)Zughy
2022-05-28Lua workflow: Use Leafo's Luarocks actionLars Müller
instead of installing outdated packages which lead to failing workflows
2022-05-23Formally drop support for building with upstream Irrlichtsfan5
It stopped working with (at least) the last commit.
2022-05-22Bump IrrlichtMt version in CIsfan5
2022-05-06Bump IrrlichtMt to 1.9.0mt5 in CIsfan5
2022-05-06Sort out some issues with our CI setupsfan5
* add missing apt-get update where needed * move some jobs to run on ubuntu-20.04 * update actions plugins to latest * speed up the job that runs multiplayer tests
2022-05-04Fix Windows Visual Studio actions (#11176)LoneWolfHT
Co-authored-by: rubenwardy <rw@rubenwardy.com>
2022-04-30Run automated tests when lua files change (#12184)x2048
* Run automated tests when lua files change * skip busted on devtest * use newer build env * Add .luacheckrc for games/devetest Co-authored-by: sfan5 <sfan5@live.de>
2022-04-08Use build directory for buildsShadowNinja
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-15Update compiler versions in CIsfan5
downgrade gcc 6 -> 5 to better match our minimum upgrade gcc and clang by moving two images to ubuntu 20.04
2022-01-08Fully remove bitmap font support (#11863)sfan5
Freetype is now a build requirement.
2021-12-18Restructure devtest's unittests and run them in CI (#11859)sfan5
2021-10-31Update Android to new dependency repo (#11690)sfan5
2021-09-07Add missing zstd-libs to final Docker imageBuckaroo Banzai
Also add `minetestserver --version` command to verify docker build in CI
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-08-28CI: Add macOS workflow (#11454)fn ⌃ ⌥
2021-08-08Gettext support on Android (#11435)Pevernow
Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: =?UTF-8?q?Olivier=20Samyn=20=F0=9F=8E=BB?= <code@oleastre.be>
2021-06-21Move build/android directory to root of project (#11283)NeroBurner
2021-06-17Add roadmap (#10536)rubenwardy
2021-05-05Add basic client-server test to CIsfan5
2021-04-02fix(ci): ensure we build on docker only modificationsLoic Blot
2021-03-29Update CONTRIBUTING info on translating builtinWuzzy
2021-03-09CI: update configurations for Irrlicht forksfan5
2021-03-01Disable clang-format, clean up scriptsrubenwardy
2020-12-23CI: fix buildsfan5
2020-11-22Fix Visual Studio build in ActionsMoNTE48
2020-10-18Contributing doc: Minor improvements and a clarification (#10520)Paramat
2020-10-13Document how to work with ClangFormat (#10468)Paramat
To avoid the common misunderstanding where a contributor thinks they must apply the unsuitable formatting requests ClangFormat makes.
2020-10-13Android: add ci with saving artifactsMaksim
2020-06-22Disable pgsql in VS 2019 workflowadrido
2020-05-05Add MSVC build (#9740)adrido
* Add MSVC build
2020-05-02ci: Update Github Actions workflows (#9774)sfan5
2020-04-29Add docker build stage on Github actionsLoic Blot
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.
2019-06-13Update Github templates (#8593)rubenwardy
2018-01-20Add minetest issue template (#6936)Loïc Blot
* Add minetest issue template This permits end user to have a basic template permitting to do issue triage and for users to know what we expect.