Skip to content

Commit

Permalink
remove ios build until we have an apple dev account
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Nov 27, 2024
1 parent ba06a6f commit c7b567c
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,29 @@ jobs:
name: android build
path: |
publish/android
build-ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 16.0
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install workloads
run: dotnet workload install maui
- name: Build
run: dotnet publish BTCPayApp.Maui/BTCPayApp.Maui.csproj -f net8.0-ios -c Debug -o publish/ios
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ios build
path: |
publish/ios
# need a apple dev account to continue on this
# build-ios:
# runs-on: macos-latest
# steps:
# - uses: actions/checkout@v4
# with:
# submodules: recursive
# - name: Setup Xcode version
# uses: maxim-lobanov/[email protected]
# with:
# xcode-version: 16.0
# - name: Setup .NET
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 8.0.x
# - name: Install workloads
# run: dotnet workload install maui
# - name: Build
# run: dotnet publish BTCPayApp.Maui/BTCPayApp.Maui.csproj -f net8.0-ios -c Debug -o publish/ios
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: ios build
# path: |
# publish/ios

0 comments on commit c7b567c

Please sign in to comment.