ci: Test if app builds for iOS
This commit is contained in:
parent
3b12d8ab84
commit
7871fc3294
1 changed files with 13 additions and 0 deletions
13
.github/workflows/integrate.yaml
vendored
13
.github/workflows/integrate.yaml
vendored
|
|
@ -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: 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 pub get
|
||||||
- run: flutter build linux --target-platform linux-x64
|
- 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…
Add table
Add a link
Reference in a new issue