Philipp Borgers
dccf0becf2
Github actions: Update install-qt-action to version 3
...
Fixes deprecation warning in build process:
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout,
jurplel/install-qt-action, actions/cache,
EthanSK/git-branch-name-action, actions/cache, actions/checkout"
2 years ago
Philipp Borgers
403b9400b4
Github actions: Remove git-branch-name action
...
Github provides a `github.ref_name` variable that contains the branch
name:
"The short ref name of the branch or tag that triggered the workflow
run. This value matches the branch or tag name shown on GitHub. For
example, feature-branch-1."
https://docs.github.com/en/actions/learn-github-actions/contexts#github-context
2 years ago
Philipp Borgers
7637bde924
Github actions: Update cache action to version 3
...
Fixes deprecation warning in build process:
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout,
jurplel/install-qt-action, actions/cache,
EthanSK/git-branch-name-action, actions/cache, actions/checkout"
2 years ago
Philipp Borgers
2556f719e5
Github actions: Update checkout action to version 3
...
Fixes deprecation warning in build process:
"Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ .
Please update the following actions to use Node.js 16: actions/checkout,
jurplel/install-qt-action, actions/cache,
EthanSK/git-branch-name-action, actions/cache, actions/checkout"
2 years ago
Philipp Borgers
b183755230
CI: Use Ubuntu 20.04 as build platform
...
"The ubuntu-18.04 environment is deprecated, consider switching to
ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details
see https://github.com/actions/virtual-environments/issues/6002 "
3 years ago
Don Gagne
d308978ab8
Fix tag fetch
3 years ago
Don Gagne
95d8deea2d
Stable/Daily determination
...
Fix
Fix
Fix
Fix
Fix
Fix
Fix
Fix
Fix
3 years ago
Don Gagne
2eff8a064e
Version tag fixes
3 years ago
Don Gagne
ea86602729
More S3 upload work
...
Fix
Fix
3 years ago
Don Gagne
164a3b8787
Tagged version support
...
Fix
3 years ago
Keith Bennett
c41c2e35c5
ensure `readelf` is available
3 years ago
Keith Bennett
92d310f7c1
Add a post-link script for Linux which fixes up rpath
...
- script is clean according to shellcheck.net
- added the script to the QGCPostLinkCommon
- added patchelf to the Dockerfile and the github workflows for Linux
3 years ago
Matthias Grob
a6da4e5802
CI: Fix S3 upload URL ( #10023 )
3 years ago
Don Gagne
b2f8f86b2a
Fix S3 upload command
...
Fix
3 years ago
Don Gagne
ad7ec0be12
Turn on S3 Upload
3 years ago
Don Gagne
4e4837c893
S3 upload if condition
...
Cut back to build only since AAB doesn't work
Update
3 years ago
Don Gagne
3620065ed4
Switch to Qt 5.15.2
3 years ago
Ramon Roche
7c0139dbf4
ci: setup python for ubuntu-18.04
3 years ago
Ramon Roche
2851849e87
Update Action to target ubuntu 18.04
3 years ago
Don Gagne
0391b86eaa
Split into separate workflows, add Windows ( #9674 )
4 years ago