mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 23:55:06 -04:00
switch
This commit is contained in:
parent
583be7e42d
commit
1c51cd3b71
8
.github/workflows/generate-builds.yml
vendored
8
.github/workflows/generate-builds.yml
vendored
@ -221,6 +221,13 @@ jobs:
|
|||||||
sudo apt-get remove -y cmake
|
sudo apt-get remove -y cmake
|
||||||
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
|
wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3-linux-x86_64.sh -O /tmp/cmake.sh
|
||||||
sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir
|
sudo sh /tmp/cmake.sh --prefix=/usr/local/ --exclude-subdir
|
||||||
|
tar -xzvf libzip-1.10.1.tar.gz
|
||||||
|
cd libzip-1.10.1
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake -H.. -B. -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/Switch.cmake
|
||||||
|
make
|
||||||
|
make install
|
||||||
- name: Fix dubious ownership error
|
- name: Fix dubious ownership error
|
||||||
if: ${{ vars.LINUX_RUNNER }}
|
if: ${{ vars.LINUX_RUNNER }}
|
||||||
run: git config --global --add safe.directory '*'
|
run: git config --global --add safe.directory '*'
|
||||||
@ -274,7 +281,6 @@ jobs:
|
|||||||
cd build
|
cd build
|
||||||
cmake -H.. -B. -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/WiiU.cmake
|
cmake -H.. -B. -DCMAKE_TOOLCHAIN_FILE=/opt/devkitpro/cmake/WiiU.cmake
|
||||||
make
|
make
|
||||||
make test
|
|
||||||
make install
|
make install
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user