mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-23 06:40:53 -05:00
Update Android & IOS builds
This commit is contained in:
@@ -70,6 +70,10 @@ jobs:
|
||||
working-directory: mobile
|
||||
run: flutter pub get
|
||||
|
||||
- name: Generate iOS platform files
|
||||
working-directory: mobile
|
||||
run: flutter create --platforms=ios .
|
||||
|
||||
# Skip tests for now - mobile app is incomplete (tests exist but lib/ source code is missing)
|
||||
# - name: Run tests
|
||||
# working-directory: mobile
|
||||
|
||||
@@ -972,6 +972,10 @@ jobs:
|
||||
working-directory: mobile
|
||||
run: flutter pub get
|
||||
|
||||
- name: Generate iOS platform files
|
||||
working-directory: mobile
|
||||
run: flutter create --platforms=ios .
|
||||
|
||||
- name: Build iOS (no codesign)
|
||||
working-directory: mobile
|
||||
run: flutter build ios --release --no-codesign
|
||||
|
||||
Reference in New Issue
Block a user