mirror of
				https://github.com/mt-mods/xcompat.git
				synced 2025-11-04 10:05:33 +01:00 
			
		
		
		
	add bootup tests for dependent mods (#15)
Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										23
									
								
								.github/workflows/farlands_reloaded.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/farlands_reloaded.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
name: farlands_reloaded
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    timeout-minutes: 10
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@main
 | 
			
		||||
      - 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
 | 
			
		||||
							
								
								
									
										23
									
								
								.github/workflows/hades_revisited.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/hades_revisited.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
name: hades_revisited
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    timeout-minutes: 10
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@main
 | 
			
		||||
      - 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
 | 
			
		||||
							
								
								
									
										23
									
								
								.github/workflows/mineclonia.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/mineclonia.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
name: mineclonia
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    timeout-minutes: 10
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@main
 | 
			
		||||
      - 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
 | 
			
		||||
							
								
								
									
										23
									
								
								.github/workflows/minetest_game.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/minetest_game.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
name: minetest_game
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    timeout-minutes: 10
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@main
 | 
			
		||||
      - uses: buckaroobanzay/mtt@main
 | 
			
		||||
        with:
 | 
			
		||||
          modname: xcompat
 | 
			
		||||
          git_game_repo: https://github.com/minetest/minetest_game
 | 
			
		||||
          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 = minetest.txt
 | 
			
		||||
							
								
								
									
										23
									
								
								.github/workflows/voxelibre.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/voxelibre.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
name: voxelibre
 | 
			
		||||
on: [push, pull_request]
 | 
			
		||||
jobs:
 | 
			
		||||
  test:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    timeout-minutes: 10
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Checkout
 | 
			
		||||
        uses: actions/checkout@main
 | 
			
		||||
      - uses: buckaroobanzay/mtt@main
 | 
			
		||||
        with:
 | 
			
		||||
          modname: xcompat
 | 
			
		||||
          git_game_repo: https://git.minetest.land/VoxeLibre/VoxeLibre/
 | 
			
		||||
          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 = voxelibre.txt
 | 
			
		||||
		Reference in New Issue
	
	Block a user