to hell ios
This commit is contained in:
parent
55e561658c
commit
9feb6a2e8d
32
.github/workflows/build-ios.yml
vendored
32
.github/workflows/build-ios.yml
vendored
|
@ -1,32 +0,0 @@
|
|||
name: Flutter Build - iOS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: 'stable'
|
||||
|
||||
- name: Get dependencies
|
||||
run: flutter pub get
|
||||
|
||||
- name: Build Debug iOS
|
||||
run: flutter build ios --debug
|
||||
working-directory: ${{ github.workspace }}
|
||||
|
||||
- name: Upload Debug IPA artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: app-debug
|
||||
path: build/ios/runner/Debug.ipa
|
|
@ -11,9 +11,6 @@ Flutter application to manage and control openshock devices from your phone.
|
|||
|
||||
Current build status(android): [![Nightly Android](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-android.yml/badge.svg)](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-android.yml)
|
||||
|
||||
Current build status(iOS): [![Nightly iOS](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-ios.yml/badge.svg)](https://github.com/NotLugozzi/openshock-android/actions/workflows/build-ios.yml)
|
||||
|
||||
|
||||
# Installing
|
||||
## Stable release channel
|
||||
Grab one of the builds from the releases page or run:
|
||||
|
|
Loading…
Reference in a new issue