Compare commits

..

No commits in common. "daf2c1f49658ebe88d9038baf35d4e3c3703a454" and "93b7854f957cae3697ccf506533f87d9adbceb65" have entirely different histories.

6 changed files with 8 additions and 20 deletions

@ -7,8 +7,6 @@
export NDK_CCACHE="$(which ccache)"
ccache -s
git submodule update --init --recursive
BUILD_FLAVOR="mainline"
BUILD_TYPE="release"

@ -7,9 +7,7 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
ccache -s
git submodule update --init --recursive
ccache -sv
mkdir build || true && cd build
cmake .. \

@ -6,9 +6,7 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
ccache -s
git submodule update --init --recursive
ccache -sv
mkdir build || true && cd build
cmake .. \
@ -54,9 +52,9 @@ DESTDIR="$PWD/AppDir" ninja install
rm -vf AppDir/usr/bin/suyu-cmd AppDir/usr/bin/suyu-tester
# Download tools needed to build an AppImage
wget -nc https://git.suyu.dev/suyu/ext-linux-bin/raw/branch/main/appimage/deploy-linux.sh
wget -nc https://git.suyu.dev/suyu/ext-linux-bin/raw/branch/main/appimage/exec-x86_64.so
wget -nc https://git.suyu.dev/suyu/AppImageKit-checkrt/raw/branch/gh-workflow/AppRun
wget -nc https://gitlab.com/suyu-emu/ext-linux-bin/-/raw/main/appimage/deploy-linux.sh
wget -nc https://gitlab.com/suyu-emu/ext-linux-bin/-/raw/main/appimage/exec-x86_64.so
wget -nc https://gitlab.com/suyu-emu/AppImageKit-checkrt/-/raw/old/AppRun.sh
# Set executable bit
chmod 755 \

@ -8,9 +8,7 @@ set -e
#cd /suyu
ccache -s
git submodule update --init --recursive
ccache -sv
rm -rf build
mkdir -p build && cd build

@ -8,7 +8,7 @@ name: 'suyu verify'
on:
pull_request:
# branches: [ "dev" ]
branches: [ "dev" ]
paths:
- 'src/**'
- 'CMakeModules/**'
@ -19,7 +19,7 @@ on:
# paths-ignore:
# - 'src/android/**'
push:
# branches: [ "dev" ]
branches: [ "dev" ]
paths:
- 'src/**'
- 'CMakeModules/**'

@ -1,7 +1,3 @@
<!--
SPDX-FileCopyrightText: 2024 suyu Emulator Project
SPDX-License-Identifier: GPL-3.0-or-later
-->
# Migrating from yuzu
When coming from yuzu, the migration is as easy as renaming some directories.