Test
This commit is contained in:
parent
3193eaed52
commit
ef8b3e8fa5
|
@ -8,6 +8,6 @@ build:
|
|||
- main
|
||||
artifacts:
|
||||
paths:
|
||||
- publish/
|
||||
- CardRoot/
|
||||
script:
|
||||
- make && make publish
|
||||
|
|
8
Makefile
8
Makefile
|
@ -120,10 +120,10 @@ run:
|
|||
wiiload $(TARGET).dol
|
||||
|
||||
publish: $(TARGET).dol
|
||||
mkdir -p publish/apps/TYTD2023/
|
||||
cp $(TARGET).dol publish/apps/TYTD2023/boot.dol
|
||||
cp meta.xml publish/apps/TYTD2023/meta.xml
|
||||
cp icon.png publish/apps/TYTD2023/icon.png
|
||||
mkdir -p CardRoot/apps/TYTD2023/
|
||||
cp $(TARGET).dol CardRoot/apps/TYTD2023/boot.dol
|
||||
cp meta.xml CardRoot/apps/TYTD2023/meta.xml
|
||||
cp icon.png CardRoot/apps/TYTD2023/icon.png
|
||||
#---------------------------------------------------------------------------------
|
||||
else
|
||||
|
||||
|
|
Loading…
Reference in New Issue