Commit bc558452 authored by sagnowski's avatar sagnowski
Browse files

Allow warnings in Visual Studio build jobs

parent 2cc42c0a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1078,6 +1078,8 @@ build-codec-debug-windows-vs2017:
    - $ENV:PATH
    - MSBuild.exe .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug | tee $BUILD_OUTPUT
    - python ci/check_for_warnings.py $BUILD_OUTPUT
  allow_failure:
    exit_codes: 123

build-codec-release-windows-vs2017:
  extends:
@@ -1089,3 +1091,5 @@ build-codec-release-windows-vs2017:
    - $ENV:PATH
    - MSBuild.exe .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Release | tee $BUILD_OUTPUT
    - python ci/check_for_warnings.py $BUILD_OUTPUT
  allow_failure:
    exit_codes: 123
 No newline at end of file