Compare commits

...

11 Commits

Author SHA1 Message Date
nullequal c9e2a01fa0 Merge pull request 'update autogen' (#1) from dev into fix-autogen 2024-03-27 12:59:12 +01:00
nullequal bf3fc5de4d Update .forgejo/workflows/verify.yml 2024-03-27 12:58:41 +01:00
ivchodev 09578d522b revert 925ce2fad3
Reverting potentially plagiarized code. The developer team did not sign off on this commit.
2024-03-26 18:38:52 +01:00
ivchodev 9b77efe2b4 revert eb306775c6
revert fix clong format
2024-03-26 18:37:54 +01:00
ivchodev 224cac988e revert fd1ec51496
revert try 2 fix clang
2024-03-26 18:37:35 +01:00
ivchodev 43c1a4c643 revert 77e9b7b59b
revert try 3 fixing clang omfg its just a space
2024-03-26 18:36:29 +01:00
Crimson-Hawk 77e9b7b59b
try 3 fixing clang omfg its just a space 2024-03-26 16:51:43 +08:00
Crimson-Hawk fd1ec51496
try 2 fix clang 2024-03-26 16:49:03 +08:00
Crimson-Hawk eb306775c6
fix clong format 2024-03-26 16:46:05 +08:00
Crimson-Hawk 925ce2fad3
preliminary fix to the peach game 2024-03-26 16:39:56 +08:00
Fijxu 068052078f
CI: Enable android artifacts 2024-03-25 14:36:04 -03:00
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ BUILD_FLAVOR="mainline"
BUILD_TYPE_LOWER="release"
BUILD_TYPE_UPPER="Release"
if [ "${GITHUB_REPOSITORY}" == "suyu-emu/suyu" ]; then
if [ "${GITHUB_REPOSITORY}" == "suyu/suyu" ]; then
BUILD_TYPE_LOWER="relWithDebInfo"
BUILD_TYPE_UPPER="RelWithDebInfo"
fi

View File

@ -28,6 +28,7 @@ on:
- 'CMakeLists.txt'
- 'vcpkg.json'
- '.forgejo/workflows/verify.yml'
- '.ci/**'
# paths-ignore:
# - 'src/android/**'