Loading .gitlab-ci-custom.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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 Loading
.gitlab-ci-custom.yml +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading @@ -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