Commit 4221856c authored by Jan Kiene's avatar Jan Kiene
Browse files

fix path for snippet calls

parent 8fd07eb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1046,7 +1046,7 @@ be-2-evs-windows:
  needs: ["build-codec-windows-msbuild"]
  timeout: "20 minutes" # To be revisited
  script:
    - powershell $CI_PROJECT_DIR\snippets\print-common-info-windows.ps1
    - powershell $CI_PROJECT_DIR\ivas-codec-ci\snippets\print-common-info-windows.ps1

    - $winoutdata = $null
    - MSBuild.exe -maxcpucount .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Release | tee -variable winoutdata
@@ -1211,7 +1211,7 @@ ivas-conformance:
    exit_codes:
      - 123
  script:
    - powershell $CI_PROJECT_DIR\snippets\print-common-info-windows.ps1
    - powershell $CI_PROJECT_DIR\ivas-codec-ci\snippets\print-common-info-windows.ps1
    - MSBuild.exe -maxcpucount .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug
    - cp -force IVAS_cod.exe IVAS_cod_ref.exe
    - cp -force IVAS_dec.exe IVAS_dec_ref.exe