Skip to content

Commit

Permalink
mtt action (#3)
Browse files Browse the repository at this point in the history
* mtt action

* remove (failing) ldoc

---------

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
  • Loading branch information
BuckarooBanzay and BuckarooBanzay committed Apr 19, 2024
1 parent 847f7be commit 98fa128
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 116 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/coverage.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/ldoc.yml

This file was deleted.

20 changes: 9 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
name: test

on: [push, pull_request]

jobs:
build:

test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ENGINE_VERSION: [5.3.0, 5.4.0, 5.5.0, 5.6.1, latest]

steps:
- uses: actions/checkout@v2
- name: test
run: docker-compose up --exit-code-from sut
- uses: buckaroobanzay/mtt@main
with:
modname: promise
enable_coverage: true
git_dependencies: |
https://github.com/BuckarooBanzay/mtzip
https://github.com/BuckarooBanzay/placeholder
- uses: coverallsapp/github-action@v1
8 changes: 0 additions & 8 deletions config.ld

This file was deleted.

18 changes: 0 additions & 18 deletions docker-compose.yml

This file was deleted.

4 changes: 0 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ For example:
* `/mb_load xy` loads the schematic from `<world_path>/mapblocks/xy.zip`
* `/mb_load mymod:schematics/abc` loads the schematic `schematics/abc.zip` from the `mymod` mod-path (`mapblock_lib` has to be a trusted mod)

## Api

See: https://buckaroobanzay.github.io/mapblock_lib/

# License

* Code: MIT
Expand Down
17 changes: 0 additions & 17 deletions test/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions test/minetest.conf

This file was deleted.

9 changes: 0 additions & 9 deletions test/world.mt

This file was deleted.

0 comments on commit 98fa128

Please sign in to comment.