1
0
Fork 0
forked from suyu/suyu

Compare commits

...

6 commits

5 changed files with 16 additions and 8 deletions

View file

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

View file

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

View file

@ -6,7 +6,9 @@
# Exit on error, rather than continuing with the rest of the script.
set -e
ccache -sv
ccache -s
git submodule update --init --recursive
mkdir build || true && cd build
cmake .. \
@ -52,9 +54,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://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
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
# Set executable bit
chmod 755 \

View file

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

View file

@ -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/**'