Commit fb8cdd62 authored by norvell's avatar norvell
Browse files

Small fix for calling strip_split_rendering.py in Windows build job

parent ad3b6c36
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ build-codec-windows-msbuild:
  script:
    - *print-common-info-windows
    - $winoutdata = $null
    - .\scripts\strip_split_rendering.py
    - py .\scripts\strip_split_rendering.py
    - MSBuild.exe .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug | tee -variable winoutdata
    - $winoutdata | Out-File $BUILD_OUTPUT -Encoding Utf8
    - ("& python ci/check_for_warnings.py '$BUILD_OUTPUT'") | Invoke-Expression