mirror of
https://github.com/transmission/transmission.git
synced 2025-12-20 02:18:42 +00:00
Try out xcbeautify and fix missing artifacts (#7824)
This commit is contained in:
committed by
GitHub
parent
c8b3fb41ae
commit
aa08c28cb1
6
.github/workflows/actions.yml
vendored
6
.github/workflows/actions.yml
vendored
@@ -335,17 +335,19 @@ jobs:
|
|||||||
echo '${{ toJSON(needs) }}'
|
echo '${{ toJSON(needs) }}'
|
||||||
echo '${{ toJSON(runner) }}'
|
echo '${{ toJSON(runner) }}'
|
||||||
sw_vers
|
sw_vers
|
||||||
|
- name: Get Dependencies
|
||||||
|
run: brew install --formulae xcbeautify
|
||||||
- name: Get Source
|
- name: Get Source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: src
|
path: src
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Build
|
- name: Build
|
||||||
run: xcodebuild -project src/Transmission.xcodeproj
|
run: set -o pipefail && xcodebuild -project src/Transmission.xcodeproj -scheme Transmission -configuration 'Release - Debug' -derivedDataPath pfx ONLY_ACTIVE_ARCH=NO build | xcbeautify --renderer github-actions
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries-${{ github.job }}
|
name: binaries-${{ github.job }}
|
||||||
path: pfx/**/*
|
path: pfx/Build/Products/**/Transmission.app*
|
||||||
|
|
||||||
macos-26-arm64:
|
macos-26-arm64:
|
||||||
runs-on: macos-26
|
runs-on: macos-26
|
||||||
|
|||||||
Reference in New Issue
Block a user