Skip to content

Commit

Permalink
hades / mineclone2
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 19, 2024
1 parent 3827c26 commit 5bed86e
Show file tree
Hide file tree
Showing 6 changed files with 7,244 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/hades_revisited.yml
@@ -0,0 +1,11 @@
name: hades_revisited
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from hades_revisited
11 changes: 11 additions & 0 deletions .github/workflows/mineclone2.yml
@@ -0,0 +1,11 @@
name: mineclone2
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@main
- name: test
run: docker-compose up --exit-code-from mineclone2
8 changes: 8 additions & 0 deletions docker-compose.yml
Expand Up @@ -19,3 +19,11 @@ services:
mineclonia:
<<: *servicetemplate
entrypoint: "minetestserver --config /minetest.conf --world /root/.minetest/worlds/world/ --gameid mineclonia"

mineclone2:
<<: *servicetemplate
entrypoint: "minetestserver --config /minetest.conf --world /root/.minetest/worlds/world/ --gameid mineclone2"

hades_revisited:
<<: *servicetemplate
entrypoint: "minetestserver --config /minetest.conf --world /root/.minetest/worlds/world/ --gameid hades_revisited"
4 changes: 2 additions & 2 deletions test/Dockerfile
Expand Up @@ -22,5 +22,5 @@ RUN mkdir -p /root/.minetest/games &&\
git clone https://github.com/minetest/minetest_game &&\
git clone --recurse-submodules https://github.com/TerraQuest-Studios/farlands_reloaded &&\
git clone https://codeberg.org/mineclonia/mineclonia &&\
git clone https://git.minetest.land/MineClone2/MineClone2 &&\
git clone https://codeberg.org/Wuzzy/Hades_Revisited
git clone https://git.minetest.land/MineClone2/MineClone2 mineclone2 &&\
git clone https://codeberg.org/Wuzzy/Hades_Revisited hades_revisited

0 comments on commit 5bed86e

Please sign in to comment.