summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
Commit message (Collapse)AuthorAge
* Add missing zstd-libs to final Docker imageBuckaroo Banzai2021-09-07
| | | Also add `minetestserver --version` command to verify docker build in CI
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-31
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Add basic client-server test to CIsfan52021-05-05
|
* fix(ci): ensure we build on docker only modificationsLoic Blot2021-04-02
|
* CI: update configurations for Irrlicht forksfan52021-03-09
|
* CI: fix buildsfan52020-12-23
|
* Fix Visual Studio build in ActionsMoNTE482020-11-22
|
* Disable pgsql in VS 2019 workflowadrido2020-06-22
|
* Add MSVC build (#9740)adrido2020-05-05
| | | | * Add MSVC build
* ci: Update Github Actions workflows (#9774)sfan52020-05-02
|
* Add docker build stage on Github actionsLoic Blot2020-04-29
|
* Replace travis with github actions (#9641)Loïc Blot2020-04-20
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.