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
  • !2862

i#1967 cron builds: set up weekly travis builds

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i1967-weekly-builds into master Mar 04, 2018
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 6

Adds support for Travis builds to produce auto-published package files. Each job can create its own package file, using existing support in runsuite*.cmake and package.cmake with some additions here to enable and tweak that code. Longer-term we may want to use package.cmake instead and even make official builds on Travis (i#2861).

Adds Travis deployment to Github Releases of produced packages files. The tag is "cronbuild-${VERSION_NUMBER}": e.g., "cronbuild-7.0.17592".

Adds better support for 32-bit-only or 64-bit-only x86 package files by naming them differently and removing the drrun warnings on incomplete packages when missing the opposite bitwidth.

Issue: #1967 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1967-weekly-builds