aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Centralize IrrlichtMt version used for buildssfan52022-07-231-5/+3
| | | | maybe a submodule would have really been easier...
* Bump IrrlichtMtsfan52022-07-231-1/+1
|
* Formally drop support for building with upstream Irrlichtsfan52022-05-231-1/+1
| | | | It stopped working with (at least) the last commit.
* Bump IrrlichtMt version in CIsfan52022-05-221-1/+1
|
* Bump IrrlichtMt to 1.9.0mt5 in CIsfan52022-05-061-1/+1
|
* Sort out some issues with our CI setupsfan52022-05-061-16/+15
| | | | | | | * 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
* Fix Windows Visual Studio actions (#11176)LoneWolfHT2022-05-041-10/+14
| | | Co-authored-by: rubenwardy <rw@rubenwardy.com>
* Update MinGW used by CIsfan52022-02-081-4/+4
| | | | | 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.
* Update compiler versions in CIsfan52022-01-151-18/+18
| | | | | downgrade gcc 6 -> 5 to better match our minimum upgrade gcc and clang by moving two images to ubuntu 20.04
* Fully remove bitmap font support (#11863)sfan52022-01-081-23/+0
| | | Freetype is now a build requirement.
* Restructure devtest's unittests and run them in CI (#11859)sfan52021-12-181-1/+1
|
* Add missing zstd-libs to final Docker imageBuckaroo Banzai2021-09-071-1/+2
| | | Also add `minetestserver --version` command to verify docker build in CI
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-1/+1
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Add basic client-server test to CIsfan52021-05-051-2/+6
|
* fix(ci): ensure we build on docker only modificationsLoic Blot2021-04-021-0/+4
|
* CI: update configurations for Irrlicht forksfan52021-03-091-2/+5
|
* CI: fix buildsfan52020-12-231-16/+9
|
* Fix Visual Studio build in ActionsMoNTE482020-11-221-3/+3
|
* Disable pgsql in VS 2019 workflowadrido2020-06-221-0/+1
|
* Add MSVC build (#9740)adrido2020-05-051-0/+70
| | | | * Add MSVC build
* ci: Update Github Actions workflows (#9774)sfan52020-05-021-15/+30
|
* Add docker build stage on Github actionsLoic Blot2020-04-291-2/+34
|
* Replace travis with github actions (#9641)Loïc Blot2020-04-201-0/+171
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.