From 53bbfa3bd45a1fe2668f3972c771719e5107a8de Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 10 Feb 2018 17:08:18 +0100 Subject: [PATCH] [Travis] Added padcon to nightly release --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 41a7c74..686f0d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ script: - make - (cd loader && make) - (cd example_plugin && make) +- (cd plugins/padcon && make) before_deploy: - mkdir -p "wiiu/apps/wiiupluginloader" @@ -45,6 +46,7 @@ before_deploy: - versiontag="$(./gitrev.sh)" - (cd loader && make) - cp example_plugin/bin/example_plugin.mod wiiu/plugins +- cp plugins/padcon/bin/padcon.mod wiiu/plugins - cp loader/meta/* wiiu/apps/wiiupluginloader - cp loader/wiiupluginloader.elf wiiu/apps/wiiupluginloader - zip -r WiiUPluginLoader_$versiontag.zip wiiu