This commit is contained in:
Christian Semmler 2026-03-23 15:39:29 -07:00
parent 8cd2c27f2f
commit f859ed60f8
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C
4 changed files with 17 additions and 5 deletions

View File

@ -1,6 +1,9 @@
name: Analyze
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
decomplint-isle:

View File

@ -1,6 +1,9 @@
name: Build
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
fetch-deps:
@ -18,7 +21,7 @@ jobs:
matrix:
toolchain:
- { name: 'MSVC', shell: 'sh', setup-cmake: true, setup-ninja: true, setup-msvc: true }
- { name: 'msys2 mingw32', shell: 'msys2 {0}', msystem: mingw32, msys-env: mingw-w64-i686, clang-tidy: true, werror: true }
# - { name: 'msys2 mingw32', shell: 'msys2 {0}', msystem: mingw32, msys-env: mingw-w64-i686, clang-tidy: true, werror: true }
# - { name: 'msys2 clang32', shell: 'msys2 {0}', msystem: clang32, msys-env: mingw-w64-clang-i686, clang-tidy: true, werror: true, no-dx5-libs: true }
steps:

View File

@ -1,6 +1,9 @@
name: Format
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
clang-format:

View File

@ -1,6 +1,9 @@
name: Naming
on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
jobs:
ncc: