Skip to content

Commit

Permalink
Add pipeline description
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Nov 19, 2024
1 parent 1a48d37 commit c8b3d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
api-level: [ 34 ]
newArchEnabled: [ false, true ]
name: Build for API Level ${{ matrix.api-level }} using ${{matrix.newArchEnabled == true && 'New' || 'Old' }} Architecture
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
matrix:
xcode_version: [ '15.4.0' ]
newArchEnabled: [ 0, 1 ]
name: Build for XCode version ${{ matrix.xcode_version }} using ${{matrix.newArchEnabled == 1 && 'New' || 'Old' }} Architecture
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c8b3d7a

Please sign in to comment.