Skip to content

Commit

Permalink
Fix PR CI (attempt 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Aug 14, 2024
1 parent 4a82a4f commit d97239a
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,9 @@ jobs:
runs-on: macOS-14
steps:
- uses: actions/checkout@v4
- name: Install Mono Framework
run: brew install mono
- name: Install MAUI workload
run: dotnet workload install maui
- name: Build artifacts
run: ./build.sh

Android:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Android
run: |
dotnet restore
cd Samples/mParticle.Xamarin.Android.Sample
dotnet build
iOS:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: iOS
run: |
dotnet restore
cd Samples/mParticle.Xamarin.iOS.Sample
dotnet build
run: ./build.sh

0 comments on commit d97239a

Please sign in to comment.