Skip to content

ci: add S3 build & deploy workflow for Android APK and Windows EXE#14270

Open
plissegeorge-source wants to merge 3 commits intomavlink:masterfrom
plissegeorge-source:claude/setup-cicd-s3-builds-qgHen
Open

ci: add S3 build & deploy workflow for Android APK and Windows EXE#14270
plissegeorge-source wants to merge 3 commits intomavlink:masterfrom
plissegeorge-source:claude/setup-cicd-s3-builds-qgHen

Conversation

@plissegeorge-source
Copy link
Copy Markdown

@plissegeorge-source plissegeorge-source commented Apr 9, 2026

Builds QGroundControl on every push to any branch and uploads artifacts directly to s3.twcstorage.ru/qgroundcontroll-cicd. No GitHub artifact storage is used.

  • .github/workflows/s3-deploy.yml — parallel Android (APK) and Windows (installer EXE) builds, both upload to custom S3
  • .github/actions/s3-upload/action.yml — reusable S3-compatible upload action using AWS CLI with --endpoint-url

Credentials are read from repository secrets S3_ACCESS_KEY and S3_SECRET_KEY. Artifacts land at:
builds//QGroundControl.apk
builds//QGroundControl-installer-AMD64.exe

https://claude.ai/code/session_01Lqf7QYKPuEgxUxfHvU1V2i

Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring (no functional changes)
  • CI/Build changes
  • Other

Testing

  • Tested locally
  • Added/updated unit tests
  • Tested with simulator (SITL)
  • Tested with hardware

Platforms Tested

  • Linux
  • Windows
  • macOS
  • Android
  • iOS

Flight Stacks Tested

  • PX4
  • ArduPilot

Screenshots

Checklist

  • I have read the Contribution Guidelines
  • I have read the Code of Conduct
  • My code follows the project's coding standards
  • I have added tests that prove my fix/feature works
  • New and existing unit tests pass locally

Related Issues


By submitting this pull request, I confirm that my contribution is made under the terms of the project's dual license (Apache 2.0 and GPL v3).

Builds QGroundControl on every push to any branch and uploads
artifacts directly to s3.twcstorage.ru/qgroundcontroll-cicd.
No GitHub artifact storage is used.

- .github/workflows/s3-deploy.yml — parallel Android (APK) and
  Windows (installer EXE) builds, both upload to custom S3
- .github/actions/s3-upload/action.yml — reusable S3-compatible
  upload action using AWS CLI with --endpoint-url

Credentials are read from repository secrets S3_ACCESS_KEY and
S3_SECRET_KEY. Artifacts land at:
  builds/<branch-name>/QGroundControl.apk
  builds/<branch-name>/QGroundControl-installer-AMD64.exe

https://claude.ai/code/session_01Lqf7QYKPuEgxUxfHvU1V2i
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Thanks for your first pull request! 🎉

A maintainer will review this soon. Please ensure:

  • CI checks pass
  • Code follows coding standards
  • Changes tested on relevant platforms

We appreciate your contribution to QGroundControl!

@github-actions github-actions bot added github_actions Pull requests that update GitHub Actions code size/S labels Apr 9, 2026
'branches: [**]' was matching every branch in the repo and
launching heavy Android+Windows builds on every push everywhere.
Limit push trigger to master/Stable* only.
Manual runs on any branch still available via workflow_dispatch.

https://claude.ai/code/session_01Lqf7QYKPuEgxUxfHvU1V2i
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (master@5feabff). Learn more about missing BASE report.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #14270   +/-   ##
=========================================
  Coverage          ?   25.42%           
=========================================
  Files             ?      752           
  Lines             ?    68356           
  Branches          ?    31784           
=========================================
  Hits              ?    17378           
  Misses            ?    38198           
  Partials          ?    12780           
Flag Coverage Δ
unittests 25.42% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5feabff...9c58dda. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 9, 2026

Build Results

Platform Status

Platform Status Details
Linux Passed View
Windows Passed View
MacOS Passed View
Android Passed View

All builds passed.

Pre-commit

Check Status Details
pre-commit Failed (non-blocking) View

Pre-commit hooks: 4 passed, 36 failed, 7 skipped.

Test Results

linux-coverage: 76 passed, 0 skipped
linux-sanitizers: 76 passed, 0 skipped
Total: 152 passed, 0 skipped

Code Coverage

Coverage: 57.8%

No baseline available for comparison

Artifact Sizes

Artifact Size
QGroundControl 248.15 MB
QGroundControl-aarch64 177.40 MB
QGroundControl-installer-AMD64 135.20 MB
QGroundControl-installer-AMD64-ARM64 77.83 MB
QGroundControl-installer-ARM64 106.55 MB
QGroundControl-linux 338.93 MB
QGroundControl-mac 189.11 MB
QGroundControl-windows 189.14 MB
QGroundControl-x86_64 163.54 MB
No baseline available for comparison

Updated: 2026-04-09 08:22:58 UTC • Triggered by: Android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants