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 name: Analyze
on: [push, pull_request] on:
push:
branches: [master]
pull_request:
jobs: jobs:
decomplint-isle: decomplint-isle:

View File

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

View File

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

View File

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