-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Build Python for iOS * Try build with numpy * Python 3.11.6 for iOS * Fix extractAsset() in utils * Python 3.11.6 for macOS * Run 4 jobs * Update example/flet_example/ios/Podfile.lock * Update Podfile.lock * Python 3.11.6 for Android * Python 3.11.6 for Windows * Python 3.11.6 for Linux * Faster download for tests * Fix iOS job * rm ios/Podfile.lock * Try with flutter clean * Run `prepare_command` during podspec installation * Run all jobs * Bump version to 0.5.0 * Refresh pod locks
- Loading branch information
1 parent
2529937
commit 5000a32
Showing
39 changed files
with
9,704 additions
and
10,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,26 +10,26 @@ environment: | |
|
||
matrix: | ||
- job_name: Build Python for iOS | ||
job_group: build_python | ||
job_group: build_python_darwin | ||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey | ||
|
||
- job_name: Build Python for Android | ||
job_group: build_python | ||
job_group: build_python_android | ||
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 | ||
|
||
- job_name: Test on macOS | ||
job_group: test_serious_python | ||
job_depends_on: build_python | ||
job_depends_on: build_python_darwin | ||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey | ||
|
||
- job_name: Test on iOS | ||
job_group: test_serious_python | ||
job_depends_on: build_python | ||
job_depends_on: build_python_darwin | ||
APPVEYOR_BUILD_WORKER_IMAGE: macos-monterey | ||
|
||
- job_name: Test on Android | ||
job_group: test_serious_python | ||
job_depends_on: build_python | ||
job_depends_on: build_python_android | ||
APPVEYOR_BUILD_WORKER_IMAGE: ubuntu-gce-c | ||
|
||
- job_name: Test on Windows | ||
|
@@ -74,7 +74,7 @@ for: | |
# install Kivy toolchain | ||
- pip3 list | ||
- pip3 install kivy-ios | ||
- pip3 install git+https://github.com/flet-dev/python-for-ios.git | ||
- HOMEBREW_NO_AUTO_UPDATE=1 brew install autoconf automake libtool pkg-config | ||
- brew link libtool | ||
|
||
|
@@ -125,7 +125,7 @@ for: | |
- echo "y" | sdkmanager --install "platforms;$SDK_VERSION" > /dev/null | ||
|
||
# install Kivy for Android | ||
- pip3 install python-for-android | ||
- pip3 install git+https://github.com/flet-dev/python-for-android[email protected] | ||
- pip3 install --upgrade cython | ||
- p4a --help | ||
- p4a create --requirements python3 --arch arm64-v8a --arch armeabi-v7a --arch x86_64 --sdk-dir $ANDROID_SDK_ROOT --ndk-dir $ANDROID_SDK_ROOT/ndk/$NDK_VERSION --dist-name serious_python | ||
|
@@ -221,7 +221,7 @@ for: | |
UDID=$(xcrun xctrace list devices | grep "^e2e test Simulator (16.1)" | awk '{gsub(/[()]/,""); print $NF}') | ||
echo $UDID | ||
xcrun simctl boot "${UDID:?No Simulator with this name found}" | ||
- flutter doctor -v | ||
#- flutter doctor -v | ||
|
||
# download dist for non-releases | ||
- | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.5.0 | ||
|
||
* Python 3.11.6 for all platforms. | ||
|
||
## 0.4.1 | ||
|
||
* Bumping version after fixing pubspec.yaml. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.