Commit 4c6a904e authored by Jan Kiene's avatar Jan Kiene
Browse files

remove cmake build job for windows for now

parent 1951459a
Loading
Loading
Loading
Loading
+2 −23
Original line number Diff line number Diff line
@@ -132,27 +132,6 @@ build-codec-windows-msbuild:
  tags:
    - ivas-windows
  script:
    - powershell $CI_PROJECT_DIR\snippets\print-common-info-windows.ps1
    - powershell $CI_PROJECT_DIR\snippets\activate-WX-windows.ps1
    - powershell $env:CI_PROJECT_DIR\snippets\print-common-info-windows.ps1
    - powershell $env:CI_PROJECT_DIR\snippets\activate-WX-windows.ps1
    - MSBuild.exe -maxcpucount .\Workspace_msvc\Workspace_msvc.sln /property:Configuration=Debug

build-codec-windows-cmake:
  rules:
    - if: $MANUAL_PIPELINE_TYPE == 'long-term-logs' || $MANUAL_PIPELINE_TYPE == 'backup-long-term-logs' || $MANUAL_PIPELINE_TYPE == 'ivas-conformance-linux' || $UPDATE_PAGES || $MANUAL_PIPELINE_TYPE == 'complexity' || $MEASURE_COMPLEXITY_LINUX
      when: never
    - if: $CI_PIPELINE_SOURCE == 'web'
    - if: $CI_PIPELINE_SOURCE == 'push' && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
    - if: $CI_PIPELINE_SOURCE == 'schedule'
    - if: $CI_PIPELINE_SOURCE == 'push'
      when: never
  extends:
    - .build-job-windows
  timeout: "10 minutes"
  tags:
    - ivas-windows
  script:
    - powershell $CI_PROJECT_DIR\snippets\print-common-info-windows.ps1
    - powershell $CI_PROJECT_DIR\snippets\activate-WX-windows.ps1
    - cmake -G "Visual Studio 15 2017" . -Bbuild
    - cmake --build build -j