Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • cerbero cerbero
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 110
    • Issues 110
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • 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
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • cerberocerbero
  • Merge requests
  • !551

Add a uwp-universal target to build all uwp arches at once

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Nirbheek Chauhan requested to merge nirbheek/cerbero:uwp-universal into master Jul 12, 2020
  • Overview 0
  • Commits 4
  • Pipelines 4
  • Changes 7

This is identical to how the cross-android-universal target works. Supported UWP arches are: x86, x86_64, arm64. This covers 100% of Windows 10 machines: https://docs.microsoft.com/en-us/windows/msix/package/device-architecture

Advantages are the same as Android:

  1. Most people will build apps that target multiple (or all) archs
  2. Easier to build and ship all arches at once
  3. Easier to download two tarballs rather than six

Also updated the README to mention it, and output a single tarball with both devel and runtime when building for UWP. Usage:

./cerbero-uninstalled -c config/cross-uwp-universal.cbc package gstreamer-1.0
Edited Jul 12, 2020 by Nirbheek Chauhan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: uwp-universal