Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jun 4, 2024
1 parent 838b070 commit 923bcb2
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 66 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/farlands_reloaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from farlands_reloaded
- uses: buckaroobanzay/mtt@main
with:
modname: xcompat
git_game_repo: https://github.com/TerraQuest-Studios/farlands_reloaded
git_dependencies: |
https://github.com/mt-mods/unifieddyes
https://github.com/mt-mods/basic_materials
https://github.com/OgelGames/fakelib
https://github.com/mt-mods/pipeworks
https://github.com/mt-mods/steel
https://github.com/mt-mods/display_modpack
https://github.com/mt-mods/homedecor_modpack
additional_config: |
mtt_nodelist = farlands_reloaded.txt
16 changes: 14 additions & 2 deletions .github/workflows/hades_revisited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from hades_revisited
- uses: buckaroobanzay/mtt@main
with:
modname: xcompat
git_game_repo: https://codeberg.org/Wuzzy/Hades_Revisited
git_dependencies: |
https://github.com/mt-mods/unifieddyes
https://github.com/mt-mods/basic_materials
https://github.com/OgelGames/fakelib
https://github.com/mt-mods/pipeworks
https://github.com/mt-mods/steel
https://github.com/mt-mods/display_modpack
https://github.com/mt-mods/homedecor_modpack
additional_config: |
mtt_nodelist = hades_revisited.txt
16 changes: 14 additions & 2 deletions .github/workflows/mineclone2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from mineclone2
- uses: buckaroobanzay/mtt@main
with:
modname: xcompat
git_game_repo: https://git.minetest.land/MineClone2/MineClone2
git_dependencies: |
https://github.com/mt-mods/unifieddyes
https://github.com/mt-mods/basic_materials
https://github.com/OgelGames/fakelib
https://github.com/mt-mods/pipeworks
https://github.com/mt-mods/steel
https://github.com/mt-mods/display_modpack
https://github.com/mt-mods/homedecor_modpack
additional_config: |
mtt_nodelist = mineclone2.txt
16 changes: 14 additions & 2 deletions .github/workflows/mineclonia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from mineclonia
- uses: buckaroobanzay/mtt@main
with:
modname: xcompat
git_game_repo: https://codeberg.org/mineclonia/mineclonia
git_dependencies: |
https://github.com/mt-mods/unifieddyes
https://github.com/mt-mods/basic_materials
https://github.com/OgelGames/fakelib
https://github.com/mt-mods/pipeworks
https://github.com/mt-mods/steel
https://github.com/mt-mods/display_modpack
https://github.com/mt-mods/homedecor_modpack
additional_config: |
mtt_nodelist = mineclonia.txt
29 changes: 0 additions & 29 deletions docker-compose.yml

This file was deleted.

26 changes: 0 additions & 26 deletions test/Dockerfile

This file was deleted.

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

This file was deleted.

0 comments on commit 923bcb2

Please sign in to comment.