Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O Open VDS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • Domain Data Management Services
  • Seismic
  • Open VDS
  • Merge requests
  • !2
The source project of this merge request has been removed.

Ci pipeline

Merged David Diederich requested to merge (removed):ci-pipeline into master Nov 14, 2019
  • Overview 1
  • Pipelines 0
  • Changes 3

This introduces a basic CI pipeline for OpenVDS, with three stages:

  1. Build a Docker Image that includes the development dependencies of OpenVDS. This is configured by the build-environment.Dockerfile file. When built, the image is stored on community's docker registry, tagged by the SHA1 of the HEAD commit
  2. Configure the build environment with CMake, then use Make to build it
  3. Run the unit tests with make test
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ci-pipeline