II.
LibraryProcess overview
Reference · livelib-process:desktop-development--desktop-build-pipeline
specializations/desktop-development/desktop-build-pipeline overview
Desktop Build Pipeline Setup - Configure CI/CD pipeline for building desktop applications across multiple platforms (Windows, macOS, Linux); set up automated builds, testing, and artifact generation.
Attributes
displayName
specializations/desktop-development/desktop-build-pipeline
description
Desktop Build Pipeline Setup - Configure CI/CD pipeline for building desktop applications across multiple
platforms (Windows, macOS, Linux); set up automated builds, testing, and artifact generation.
libraryPath
library/specializations/desktop-development/desktop-build-pipeline.js
specialization
desktop-development
references
- - GitHub Actions: https://docs.github.com/en/actions
- - electron-builder CI: https://www.electron.build/configuration/publish#how-to-ci
- - Azure Pipelines: https://azure.microsoft.com/en-us/services/devops/pipelines/
example
const result = await orchestrate('specializations/desktop-development/desktop-build-pipeline', {
projectName: 'MyDesktopApp',
cicdPlatform: 'GitHub Actions',
targetPlatforms: ['windows', 'macos', 'linux'],
framework: 'Electron',
testingStrategy: { unit: true, e2e: true }
});
usesAgents
- desktop-ci-architect
- electron-builder-packager
- test-engineer
- platform-build-engineer
- artifact-manager
- cache-optimizer
- electron-builder-config
- technical-writer
- pipeline-validator
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:desktop-development·Specialization
lib_implements_workflow2
- workflow:desktop-app-release·WorkflowDesktop App Release
- workflow:release-management·Workflow
lib_involves_role2
- role:desktop-developer·RoleDesktop Application Developer
- role:fullstack-engineer·RoleFullstack Engineer
lib_requires_skill_area2
- skill-area:desktop-ui-frameworks·SkillAreaDesktop UI Frameworks
- skill-area:cross-platform-desktop·SkillAreaCross-Platform Desktop Development
uses_agent3
- lib-agent:desktop-development--desktop-ci-architect·LibraryAgentdesktop-ci-architect
- lib-agent:shared--test-engineer·LibraryAgenttest-engineer
- lib-agent:meta--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.