Add missing WUPS downloading/building to travis script

This commit is contained in:
Maschell 2018-06-24 20:26:18 +02:00
parent a0236e579c
commit 276427271f

View File

@ -33,9 +33,13 @@ before_install:
install: install:
- 7z x -y $(ls | grep "linux") -o${WUT_ROOT} - 7z x -y $(ls | grep "linux") -o${WUT_ROOT}
- cd $PORTLIBREPOS - 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/libutils.git -b wut
- git clone https://github.com/Maschell/controller_patcher.git -b wut - git clone https://github.com/Maschell/controller_patcher.git -b wut
- cd WiiUPluginSystem
- make && make install
- cd $PORTLIBREPOS
- cd libutils - cd libutils
- mkdir build && cd build - mkdir build && cd build
- cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$WUT_ROOT ../ - cmake -DCMAKE_TOOLCHAIN_FILE=$WUT_ROOT/share/wut.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$WUT_ROOT ../