1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-08 22:45:42 +02:00

Switch from Travis-CI to Github Actions

This commit is contained in:
sfan5
2021-08-27 16:50:46 +02:00
parent fd4c5dd232
commit f26070ef4f
5 changed files with 70 additions and 34 deletions

View File

@@ -1,13 +1,13 @@
Minetest Mapper C++
===================
.. image:: https://travis-ci.org/minetest/minetestmapper.svg?branch=master
:target: https://travis-ci.org/minetest/minetestmapper
.. image:: https://github.com/minetest/minetestmapper/workflows/build/badge.svg
:target: https://github.com/minetest/minetestmapper/actions/workflows/build.yml
Minetestmapper generates an overview image from a Minetest map.
A port of minetestmapper.py to C++ from https://github.com/minetest/minetest/tree/master/util.
This version is both faster and provides more features than the now deprecated Python script.
A port of minetestmapper.py to C++ from https://github.com/minetest/minetest/tree/0.4.17/util.
This version is both faster and provides more features than the now obsolete Python script.
Requirements
------------