summaryrefslogtreecommitdiff
path: root/util/ci/common.sh
Commit message (Collapse)AuthorAge
* 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>
* CI: Bump IrrlichtMt to 1.9.0mt3sfan52021-08-31
|
* Take advantage of IrrlichtMt CMake target (#11287)JosiahWI2021-07-27
| | | | 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.
* CI: add workaround to fix clang buildssfan52021-05-17
| | | | see https://github.com/actions/virtual-environments/issues/3376
* Add basic client-server test to CIsfan52021-05-05
|
* Look for PostgreSQL library properly and fix CIsfan52021-04-20
|
* Adjust build config for Irrlicht changes (again)sfan52021-03-26
|
* CI: update configurations for Irrlicht forksfan52021-03-09
|
* CI: fix buildsfan52020-12-23
|
* ci: Update Github Actions workflows (#9774)sfan52020-05-02
|
* 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.