Skip to content

Commit

Permalink
feature(ci): #RE-1662 test iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrique committed Apr 8, 2024
1 parent 892e8eb commit 5ee8193
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,23 @@ env:
EAS_BUILD_PROFILE: development

jobs:
build-android:
# build-android:
# runs-on: ubuntu-latest
# steps:
# - name: 🏗 Setup repo
# uses: actions/checkout@v4
# - name: 🛠️ Prepare node env
# uses: ./.github/actions/setup-base
# - name: 📦 Fetch dependencies
# uses: ./.github/actions/dependencies
# - name: 🧙🏻‍♂️ Setup EAS
# uses: expo/expo-github-action@v8
# with:
# eas-version: latest
# token: ${{ secrets.EXPO_TOKEN }}
# - name: ⚙️ Compile android
# run: eas build --platform android --profile=development --no-wait
build-ios:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
Expand All @@ -23,8 +39,7 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: ⚙️ Compile android
run: eas build --platform android --profile=development --no-wait

run: eas build --platform ios --profile=development --no-wait --auto-submit
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": false,
"supportsTablet": true,
"infoPlist": {
"NSCalendarsUsageDescription": "Requis pour partager les événements dans le calendrier",
"NSContactsUsageDescription": "Requis pour partager les événements dans le calendrier",
Expand Down

0 comments on commit 5ee8193

Please sign in to comment.