mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
ServerBox: remove failed build
This commit is contained in:
parent
642eb4c946
commit
57cf66e97d
1 changed files with 12 additions and 153 deletions
|
|
@ -554,144 +554,6 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
|
||||
- versionName: 1.0.1070
|
||||
versionCode: 10701
|
||||
disable: https://github.com/lollipopkit/flutter_server_box/issues/548
|
||||
commit: 966a60a82da0cf8dc44240be1f2f2cf3604b71c7
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/apk/release/app-x86_64-release-unsigned.apk
|
||||
binary: https://github.com/lollipopkit/flutter_server_box/releases/download/v%v/ServerBox_v%v_amd64.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/flutter_server_box
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/flutter_server_box
|
||||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
|
||||
- versionName: 1.0.1070
|
||||
versionCode: 10702
|
||||
disable: https://github.com/lollipopkit/flutter_server_box/issues/548
|
||||
commit: 966a60a82da0cf8dc44240be1f2f2cf3604b71c7
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/apk/release/app-armeabi-v7a-release-unsigned.apk
|
||||
binary: https://github.com/lollipopkit/flutter_server_box/releases/download/v%v/ServerBox_v%v_arm.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/flutter_server_box
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/flutter_server_box
|
||||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm"
|
||||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
|
||||
- versionName: 1.0.1070
|
||||
versionCode: 10703
|
||||
disable: https://github.com/lollipopkit/flutter_server_box/issues/548
|
||||
commit: 966a60a82da0cf8dc44240be1f2f2cf3604b71c7
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/apk/release/app-arm64-v8a-release-unsigned.apk
|
||||
binary: https://github.com/lollipopkit/flutter_server_box/releases/download/v%v/ServerBox_v%v_arm64.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- test
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/home/runner/work/flutter_server_box
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/flutter_server_box
|
||||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PATH=$$flutter$$/bin/:$PATH
|
||||
- $$flutter$$/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/flutter_server_box tech.lolli.toolbox
|
||||
|
||||
- versionName: 1.0.1104
|
||||
versionCode: 11041
|
||||
commit: 229983d82e85523c2931b5b029df3f39b97f5a6e
|
||||
|
|
@ -714,11 +576,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||
| head -n1)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
|
|
@ -759,11 +620,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||
| head -n1)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
|
|
@ -804,11 +664,10 @@ Builds:
|
|||
- cd ..
|
||||
- mv tech.lolli.toolbox $repo/flutter_server_box
|
||||
- pushd $repo/flutter_server_box
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml|head
|
||||
-n1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $version
|
||||
- popd
|
||||
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||
| head -n1)
|
||||
- '[[ $flutterVersion ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $flutterVersion
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
|
|
|
|||
Loading…
Reference in a new issue