C#: Add option to treat warnings as errors
This commit is contained in:
parent
6395450b10
commit
8642e970c5
3 changed files with 13 additions and 5 deletions
2
.github/workflows/linux_builds.yml
vendored
2
.github/workflows/linux_builds.yml
vendored
|
|
@ -176,7 +176,7 @@ jobs:
|
|||
if: matrix.build-mono
|
||||
run: |
|
||||
dotnet --info
|
||||
./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd
|
||||
./modules/mono/build_scripts/build_assemblies.py --godot-output-dir=./bin --godot-platform=linuxbsd --werror
|
||||
|
||||
- name: Prepare artifact
|
||||
if: matrix.artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue