From 276427271fa8fbe73b8dfc2994ea1cc952b93f31 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 24 Jun 2018 20:26:18 +0200 Subject: [PATCH] Add missing WUPS downloading/building to travis script --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f95ab9..d8825e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,13 @@ before_install: install: - 7z x -y $(ls | grep "linux") -o${WUT_ROOT} - cd $PORTLIBREPOS - - (git clone https://github.com/Maschell/controller_patcher_configs.git || (cd controller_patcher_configs && git pull)) + - git clone https://github.com/Maschell/WiiUPluginSystem.git + - git clone https://github.com/Maschell/controller_patcher_configs.git - git clone https://github.com/Maschell/libutils.git -b wut - git clone https://github.com/Maschell/controller_patcher.git -b wut + - cd WiiUPluginSystem + - make && make install + - cd $PORTLIBREPOS - cd libutils - mkdir build && cd build - cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$WUT_ROOT ../