master
Kyra Zimmer 2020-08-13 12:00:24 +02:00
parent 3dc7e37762
commit 3cf763797c
1 changed files with 2 additions and 4 deletions

View File

@ -7,10 +7,8 @@ default:
- mkdir tmp
- cd tmp
- wget https://github.com/minetest/minetest_game/archive/5.3.0.tar.gz
- mkdir minetest_game
- cd minetest_game
- tar -xf ../5.3.0.tar.gz
- cd ../..
- tar -xf 5.3.0.tar.gz
- cd ..
after_script:
- rm -rf tmp