mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-10 01:15:06 +01:00
Add missing WUPS downloading/building to travis script
This commit is contained in:
parent
a0236e579c
commit
276427271f
@ -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 ../
|
||||||
|
Loading…
Reference in New Issue
Block a user