summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
7 daysMerge pull request #3911 from secondlife/mainJonathan "Geenz" Goodman
Merge 2025.03 release into develop.
2025-03-27Allow QA workflow to run on Second_Life_X branchesAtlasLinden
Using the echos from the last run, it appears that the tagged builds have Workflow Head Branch = Second_Life_X. Edit made so the file looks for this rather than what was there previously.
2025-03-27Removed unnecessary comments in QA workflow fileAtlasLinden
GHA does not like comments inside an if statement. These have been removed.
2025-03-26Added QA workflow fileAtlasLinden
Previously in the develop archive. Recent change is to only run the workflow for tagged builds. The code to running other builds has been commented out.
2025-03-21Switch to smaller runners (#3722)Jonathan "Geenz" Goodman
* Switch to smaller runners * Make the runner conditional based upon a specific tag. Co-authored-by: Andrey Lihatskiy <alihatskiy@productengine.com>
2025-02-19Merge branch 'develop' into release/2024.12-ForeverFPSJonathan "Geenz" Goodman
2025-02-19CLA wants a comma separated string.Jonathan "Geenz" Goodman
2025-02-19Update allow list for CLA.Jonathan "Geenz" Goodman
2025-02-13Bump macos runner to os version 15 with xcode 16.1Andrey Lihatskiy
2025-01-27Backport tag-release token fix to release/2024.12-ForeverFPS branchBrad Linden
2024-12-16Roll back to Xcode 14.0.1 to fix secondlife/viewer-private#347 (#3297)Brad Linden
2024-12-03unbreak mac build due to actions/runner-images#10721 (#3204)Brad Linden
2024-11-06Bump contributor-assistant to v2.6.1 (#3000)Andrey Lihatskiy
2024-08-22Fix usage of $branch before it was initialized in build.Brad Linden
2024-08-15ReleaseOS build fix (#2299)Andrey Lihatskiy
2024-08-14Merge pull request #2275 from secondlife/nat/edu-channelnat-goodspeed
Allow triggering an EDU build with a tag containing "edu"
2024-08-13Skip windows symbol upload if there was no Release config build. (#2280)Brad Linden
2024-08-13Merge branch 'develop' into nat/edu-channelNat Goodspeed
2024-08-13CI: Upload ReleaseOS app (#2252)Signal Linden
Upload the built app on ReleaseOS builds. Not sure why we wouldn't want this.
2024-08-13Allow triggering an EDU build with a tag containing "edu"Nat Goodspeed
2024-08-11Adopt NSIS 3.0 (#2248)Signal Linden
2024-08-09Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into developBrad Linden
# Conflicts: # .github/workflows/build.yaml # indra/llui/llscrolllistctrl.cpp
2024-08-09Merge remote-tracking branch 'origin/release/webrtc-voice' into ↵Brad Linden
release/2024.06-atlasaurus # Conflicts: # .github/workflows/build.yaml # indra/newview/CMakeLists.txt # indra/newview/llspeakers.cpp # indra/newview/llvoicechannel.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoiceclient.cpp # indra/newview/llvoiceclient.h # indra/newview/llvoicewebrtc.cpp
2024-08-08Use the secondlife-3p fork of symbol upload, which has vMAJOR tagsRoxie Linden
2024-08-08Merge branch 'roxie/webrtc-symbols' of github.com:secondlife/viewer into ↵Roxie Linden
roxie/webrtc-symbols
2024-08-08CR fixesRoxie Linden
2024-08-07test llwebrtc.dll for additional symbolsRoxie Linden
2024-08-07include viewer exe in uploaded symbolsRoxie Linden
2024-08-07build debug symbols for llwebrtc even for releaseRoxie Linden
2024-08-07spacing issueRoxie Linden
2024-08-07Add Windows multi-pdb upload capabilityRoxie Linden
2024-08-07viewer#2043 bugsplat symbol upload updateAndrey Kleshchev
2024-08-06don't need to post dylib as we're using xcarchiveRoxie Linden
2024-08-06upload xcarchive to bugsplatRoxie Linden
2024-08-06As bugspat upload is broken for dylibs within .dSYM bundles, upload the ↵Roxie Linden
dylibs directly
2024-08-06Download osx artifacts to working directoryRoxie Linden
2024-08-05allow paths with spacesRoxie Linden
2024-08-05Build mac symbols for multiple binaries/dynamic libraries and upload them ↵Roxie Linden
all to bugsplat
2024-08-02Use dedicated property to determine if build is called from a fork (#2183)Andrey Lihatskiy
2024-07-30build.yaml: Fix FROM_FORK value, ReleaseOS PR builds (#2147)Signal Linden
2024-07-29build.yaml: Remove unused BUILD variableBennett Goble
2024-07-28Fix PR builds from forksBennett Goble
Build ReleaseOS when a PR is from a fork rather than Release. This fixes OSS PR builds which, until now, have been failing because they cannot access secrets.
2024-07-23viewer#2043 bugsplat symbol upload updateAndrey Kleshchev
2024-07-23Clarify environment info prompt for bug issue template. (#2088)Brad Linden
2024-07-01Merge pull request #1819 from secondlife/brad/tag-releaseBrad Linden
2024-06-20Make sure TAG_ID actually gets added to GITHUB_ENVBrad Linden
2024-06-20Shorten SHA value used in tag id and attempt to fix js/yaml syntax errorBrad Linden
2024-06-18Attempt to use provided GITHUB_TOKEN and generate tag id from inputsBrad Linden
2024-06-18Merge remote-tracking branch 'origin/develop' into brad/webrtc-voice-developBrad Linden
2024-06-17Fix yaml indentation of javascript snippet in tag-release workflowBrad Linden