Merge pull request #526 from krille-chan/krille/build-debug-ios

ci: Test if app builds for iOS
pull/528/head
Krille-chan 2 years ago committed by GitHub
commit 0b853a31df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save