ci: Test if app builds for iOS

This commit is contained in:
krille-chan 2023-08-19 08:21:26 +02:00 committed by Krille-chan
parent 3b12d8ab84
commit 7871fc3294

View file

@ -63,3 +63,16 @@ jobs:
run: sudo apt-get update && sudo apt-get install curl clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev libjsoncpp-dev cmake-data libsecret-1-dev libsecret-1-0 librhash0 -y
- run: flutter pub get
- run: flutter build linux --target-platform linux-x64
build_debug_ios:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1.5.1
- run: flutter pub get
- run: flutter build ios --no-codesign