mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-05-01 18:13:57 +00:00
Add missing character name (#1751)
* Add missing character name * Fix CI
This commit is contained in:
parent
b522b8ac3a
commit
6011de37da
5
.github/workflows/analyze.yml
vendored
5
.github/workflows/analyze.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Analyze
|
name: Analyze
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
decomplint-isle:
|
decomplint-isle:
|
||||||
|
|||||||
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
|||||||
5
.github/workflows/format.yml
vendored
5
.github/workflows/format.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Format
|
name: Format
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clang-format:
|
clang-format:
|
||||||
|
|||||||
5
.github/workflows/naming.yml
vendored
5
.github/workflows/naming.yml
vendored
@ -1,6 +1,9 @@
|
|||||||
name: Naming
|
name: Naming
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [master]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ncc:
|
ncc:
|
||||||
|
|||||||
@ -150,6 +150,7 @@ types:
|
|||||||
doc: Snap Lockitt
|
doc: Snap Lockitt
|
||||||
- id: pt
|
- id: pt
|
||||||
type: standard_character_entry
|
type: standard_character_entry
|
||||||
|
doc: Pitt Stop
|
||||||
- id: mg
|
- id: mg
|
||||||
type: standard_character_entry
|
type: standard_character_entry
|
||||||
doc: Margaret Patricia "Maggie" Post
|
doc: Margaret Patricia "Maggie" Post
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user