aboutsummaryrefslogtreecommitdiff
path: root/util/ci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formally drop support for building with upstream Irrlichtsfan52022-05-231-3/+0
| | | | It stopped working with (at least) the last commit.
* Bump IrrlichtMt version in CIsfan52022-05-221-1/+1
|
* Add benchmarks for json string serialize/deserialize (#12258)paradust72022-05-062-4/+10
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Bump IrrlichtMt to 1.9.0mt5 in CIsfan52022-05-061-1/+1
|
* Sort out some issues with our CI setupsfan52022-05-061-3/+0
| | | | | | | * 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
* Use CMake's -B, --build, and --install optionsShadowNinja2022-04-082-12/+6
|
* Auto-detect level of parallelismShadowNinja2022-04-082-2/+2
|
* Use build directory for buildsShadowNinja2022-04-082-5/+5
|
* Bump IrrlichtMt to 1.9.0mt4 in CIsfan52022-01-161-1/+1
|
* 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>
* CI: Bump IrrlichtMt to 1.9.0mt3sfan52021-08-311-1/+1
|
* Fix GUIEditBoxWithScrollBar using a smaller steps than intlGUIEditBox (#11519)DS2021-08-081-2/+0
|
* Take advantage of IrrlichtMt CMake target (#11287)JosiahWI2021-07-271-3/+1
| | | | 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-171-0/+3
| | | | see https://github.com/actions/virtual-environments/issues/3376
* Add basic client-server test to CIsfan52021-05-051-1/+3
|
* Look for PostgreSQL library properly and fix CIsfan52021-04-201-2/+1
|
* Adjust build config for Irrlicht changes (again)sfan52021-03-261-1/+1
|
* CI: update configurations for Irrlicht forksfan52021-03-091-1/+9
|
* Disable clang-format, clean up scriptsrubenwardy2021-03-011-2/+23
|
* CI: fix buildsfan52020-12-231-5/+1
|
* Add model[] formspec element (#10320)SmallJoker2020-11-041-0/+2
| | | | | | Formspec element to display models, written by @kilbith, rebased and tweaked. Co-authored-by: Jean-Patrick Guerrero <jeanpatrick.guerrero@gmail.com> Co-authored-by: sfan5 <sfan5@live.de>
* Implement override.txt support for special tiles (#10140)Hugues Ross2020-08-041-0/+0
| | | | | Add override targets for all special_tiles entries in node definitions, allowing texture packs to replace these textures. This makes overrides work properly with a variety of drawtypes. The targets are named special1 through special6, covering the the current length of the special_tiles array.
* ci: Update Github Actions workflows (#9774)sfan52020-05-023-19/+2
|
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-0/+13
|
* Replace travis with github actions (#9641)Loïc Blot2020-04-206-0/+935
* Move outside of travis to Github actions This will permit to have better integrated CI workflow than the previous travis one.