Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure 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
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !4612

i#4549 GA CI: Add release package building and uploading

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i4549-ga-packages into master Dec 15, 2020
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 3

Adds a new GA workflow triggered via cron Fridays 9pm or manually with version and build input fields.

Uses 4 parallel jobs to build 5 packages: Linux, AArch64, ARM, Android, and Windows. Each job uploads its binaries as artifacts, allowing sharing between jobs (having each build job racily create and upload to the same release failed: there is no check for an existing release in the provided scripts).

Then a separate job waits for the build jobs to finish, creates a release (which includes adding a tag), downloads the artifacts, and uploads them to the release.

Adds a step to the Linux package job to deploy the html documentation to our Github Pages docs site. Relies on a personal access token stored as a secret in the dynamorio repository for access to dynamorio_docs.

Renames the TRAVIS_EVENT_TYPE env var used to communicate with our build scripts to to CI_TARGET=package. Removes the APPVEYOR_REPO_TAG env var.

Issue: #4549 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i4549-ga-packages