summaryrefslogtreecommitdiff
path: root/util/ci/common.sh
Commit message (Collapse)AuthorAge
* Move some CI jobs to newer compiler versionssfan52022-09-14
|
* Centralize IrrlichtMt version used for buildssfan52022-07-23
| | | | maybe a submodule would have really been easier...
* Bump IrrlichtMtsfan52022-07-23
|
* Formally drop support for building with upstream Irrlichtsfan52022-05-23
| | | | It stopped working with (at least) the last commit.
* Bump IrrlichtMt version in CIsfan52022-05-22
|
* Add benchmarks for json string serialize/deserialize (#12258)paradust72022-05-06
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Bump IrrlichtMt to 1.9.0mt5 in CIsfan52022-05-06
|
* Sort out some issues with our CI setupsfan52022-05-06
| | | | | | | * 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
* Bump IrrlichtMt to 1.9.0mt4 in CIsfan52022-01-16
|
* 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.