aboutsummaryrefslogtreecommitdiff
path: root/util/ci (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.