mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
venera: pin rust version
This commit is contained in:
parent
f5a7f9193e
commit
ef4a4f06a5
1 changed files with 65 additions and 33 deletions
|
|
@ -47,6 +47,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.83.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -58,7 +59,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.83.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -94,6 +95,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.83.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -105,7 +107,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.83.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -141,6 +143,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.83.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -152,7 +155,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.83.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -188,6 +191,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -199,7 +203,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -235,6 +239,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -246,7 +251,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -282,6 +287,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -293,7 +299,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -329,6 +335,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -340,7 +347,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -376,6 +383,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -387,7 +395,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -423,6 +431,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -434,7 +443,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -470,6 +479,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -481,7 +491,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -517,6 +527,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -528,7 +539,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -575,7 +586,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -611,6 +622,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -622,7 +634,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -658,6 +670,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -669,7 +682,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -705,6 +718,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -716,7 +730,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -752,6 +766,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -763,7 +778,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -799,6 +814,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -810,7 +826,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -846,6 +862,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -857,7 +874,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -893,6 +910,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -904,7 +922,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -940,6 +958,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -951,7 +970,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -987,6 +1006,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -998,7 +1018,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -1035,6 +1055,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1046,7 +1067,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -1083,6 +1104,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1094,7 +1116,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -1131,6 +1153,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.84.1'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1142,7 +1165,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.84.1 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -1179,6 +1202,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1190,7 +1214,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -1227,6 +1251,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1238,7 +1263,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -1275,6 +1300,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1286,7 +1312,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -1323,6 +1349,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/git/rhttp-*/rhttp/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1334,7 +1361,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -1371,6 +1398,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/git/rhttp-*/rhttp/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1382,7 +1410,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -1419,6 +1447,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/git/rhttp-*/rhttp/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1430,7 +1459,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
@ -1467,6 +1496,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1478,7 +1508,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target armv7-linux-androideabi
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target armv7-linux-androideabi
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm"
|
||||
|
|
@ -1515,6 +1545,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1526,7 +1557,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target aarch64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target aarch64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-arm64"
|
||||
|
|
@ -1563,6 +1594,7 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- sed -i -e '/keystoreProperties/d' android/app/build.gradle
|
||||
- sed -i -e "s/'stable'/'1.85.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- sdkmanager 'cmake;3.10.2.4988404'
|
||||
- popd
|
||||
- mv $repo/venera com.github.wgh136.venera
|
||||
|
|
@ -1574,7 +1606,7 @@ Builds:
|
|||
- mv com.github.wgh136.venera $repo/venera
|
||||
- pushd $repo/venera
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --target x86_64-linux-android
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.85.0 --target x86_64-linux-android
|
||||
- source $CARGO_HOME/env
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --split-per-abi --target-platform="android-x64"
|
||||
|
|
|
|||
Loading…
Reference in a new issue