mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Docs: Check plist scripts for validity via CI
This commit is contained in:
parent
c2cbd3aa9c
commit
366e20ca04
@ -103,6 +103,9 @@ matrix:
|
||||
- cd AppleModels || exit 1
|
||||
- python2 ./update_generated.py || exit 1
|
||||
- if [ "$(git status --porcelain)" != "" ]; then echo "DataBase desync"; exit 1 ; fi
|
||||
- cd - || exit 1
|
||||
- plutil -lint Docs/Sample.plist || exit 1
|
||||
- plutil -lint Docs/SampleCustom.plist || exit 1
|
||||
|
||||
- os: osx
|
||||
name: "Analyze Coverity"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user