This commit is contained in:
MaxwellS04
2025-06-30 00:44:17 +07:00
255 changed files with 12167 additions and 1852 deletions

View File

@@ -69,7 +69,6 @@ jobs:
- name: Install dependencies
run: >-
brew install
ninja
sdl2
rtmidi
openal-soft
@@ -162,12 +161,12 @@ jobs:
- name: Install dependencies
run: >-
brew install
ninja
sdl2
rtmidi
openal-soft
fluidsynth
libslirp
vde
libserialport
${{ matrix.ui.packages }}

View File

@@ -3,9 +3,7 @@ name: CodeQL Analysis (Linux)
on:
push:
branches:
- main
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -16,6 +14,7 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -26,6 +25,9 @@ on:
- vcpkg.json
- "!**/Makefile*"
schedule:
- cron: '22 11 * * 0'
jobs:
analyze-linux:

View File

@@ -3,9 +3,7 @@ name: CodeQL Analysis (macos)
on:
push:
branches:
- main
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -16,6 +14,7 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "master" ]
paths:
- src/**
- cmake/**
@@ -26,6 +25,9 @@ on:
- vcpkg.json
- "!**/Makefile*"
schedule:
- cron: '22 11 * * 0'
jobs:
analyze-macos13-x86_64:

View File

@@ -3,9 +3,7 @@ name: CodeQL Analysis (Windows, msys2)
on:
push:
branches:
- main
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -16,6 +14,7 @@ on:
- "!**/Makefile*"
pull_request:
branches: [ "main" ]
paths:
- src/**
- cmake/**
@@ -26,6 +25,9 @@ on:
- vcpkg.json
- "!**/Makefile*"
schedule:
- cron: '22 11 * * 0'
jobs:
analyze-msys2: