mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-09-08 01:55:51 -05:00
[General] Fixed travis script
This commit is contained in:
@@ -44,7 +44,7 @@ before_deploy:
|
||||
- (cd loader && versiontag="$(./gitrev.sh)")
|
||||
- (cd loader && make)
|
||||
- cp loader/meta/* wiiu/apps/wiiupluginloader
|
||||
- cp loader/wiiupluginloader.elf sd/wiiu/apps/wiiupluginloader
|
||||
- cp loader/wiiupluginloader.elf wiiu/apps/wiiupluginloader
|
||||
- zip -r wiiupluginloader_$versiontag.zip wiiu example_plugin/bin/example_plugin.mod
|
||||
- git config --global user.email "builds@travis-ci.com"
|
||||
- git config --global user.name "Travis CI"
|
||||
|
||||
Reference in New Issue
Block a user