mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
authpass: fix build
This commit is contained in:
parent
e3fd4c8332
commit
61d2a6b0f1
1 changed files with 21 additions and 6 deletions
|
|
@ -579,19 +579,34 @@ Builds:
|
||||||
commit: 2d0366a02d76d829b05f8d7fd014d37f48a95c8f
|
commit: 2d0366a02d76d829b05f8d7fd014d37f48a95c8f
|
||||||
subdir: authpass
|
subdir: authpass
|
||||||
submodules: true
|
submodules: true
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
rm:
|
rm:
|
||||||
- authpass/ios
|
- authpass/ios
|
||||||
- authpass/macos
|
- authpass/macos
|
||||||
|
- authpass/web
|
||||||
|
- authpass/windows
|
||||||
- deps/kdbx.dart/libargon2*
|
- deps/kdbx.dart/libargon2*
|
||||||
- authpass/_tools/blackbox.go.linux
|
- authpass/_tools/blackbox.go.linux
|
||||||
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
|
prebuild:
|
||||||
'cmake;3.10.2.4988404' > /dev/null
|
- sdkmanager 'cmake;3.10.2.4988404'
|
||||||
|
- source _tools/_flutter_version.sh
|
||||||
|
- pushd $$flutter$$
|
||||||
|
- git checkout -f $FLUTTER_LINUX_VERSION
|
||||||
|
- popd
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
scandelete:
|
||||||
|
- authpass/.pub-cache
|
||||||
build:
|
build:
|
||||||
- mkdir tmp
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- DEPS=./tmp _tools/install_flutter.sh
|
- $$flutter$$/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
||||||
- tmp/flutter/bin/flutter config --no-analytics
|
|
||||||
- tmp/flutter/bin/flutter build apk -t lib/env/fdroid.dart --flavor fdroid --release
|
|
||||||
ndk: r22b
|
ndk: r22b
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue