Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge requests
  • !524

CI Windows

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Guillaume Pasero requested to merge ci_windows_new into develop Jun 20, 2019
  • Overview 0
  • Commits 76
  • Pipelines 8
  • Changes 19

Enable Windows jobs compiled for Win10 and Win8.1

Includes steps prepare, build, test and package.

A few modifications made outside CI:

  • Fix stack size for Radiometry test (because of 6s)
  • Avoid using _findfirst and _findnext as they belong to windows internals, they are not usable on Windows Server 2016
  • When using GDAL memory dataset (vectorization & rasterization): use the proper cast for buffer pointer, previous code was crashing on Windows Server 2016
  • Version tag was omitted in otb::StandardShader (causes a crash with Mesa OpenGL)
  • Fixes on selftester scripts
  • Fixes in OpenCV superbuild, control what is built
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci_windows_new