Skip to content

Commit

Permalink
Auto clone tutorial multipak set
Browse files Browse the repository at this point in the history
  • Loading branch information
Yona-TYT committed Dec 31, 2024
1 parent 6480a4c commit ca8a57c
Show file tree
Hide file tree
Showing 296 changed files with 14 additions and 16,839 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/pak128-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo apt-get -ym install libbz2-dev
sudo apt-get -ym install autoconf
svn checkout svn://servers.simutrans.org/simutrans simutrans
git clone https://github.com/simutrans/tutorial_pak64 ./pak128.prototype/scenario/tutorial
- name: setup
run: |
Expand All @@ -37,7 +38,19 @@ jobs:
rm -rf simutrans
- name: compile pakset
run: |
run: |
cd pak128.prototype/scenario/tutorial
rm *.md
rm *.sh
rm .gitignore
rm tutorial64.sve
rm tutorial64g.sve
rm set_data.nut
rm -rf .git
rm -rf original_text
rm -rf info_files
cd ../../..
mv ./set_data.nut ./pak128.prototype/scenario/tutorial/
./text_import.sh
make zip
mv simupak128.zip simupak128-nightly.zip
Expand Down
Loading

0 comments on commit ca8a57c

Please sign in to comment.