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