mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
in.my.district - fix recipe
This commit is contained in:
parent
4bf14f1bda
commit
f58f02b43a
1 changed files with 5 additions and 5 deletions
|
|
@ -242,12 +242,10 @@ Builds:
|
|||
subdir: app
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- apt-get update
|
||||
- apt-get install xz-utils -y
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.17.4/node-v14.17.4-linux-x64.tar.xz
|
||||
- echo "db18c54ebe01974d46198b08729249acbb0dcdc9aea82b53eec913f8c56035c6 node.tar.xz"
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.20.1/node-v16.20.1-linux-x64.tar.gz
|
||||
- echo "c76d2aabd2d02542505fd24e18876fb8515e23638531249277272def42ab54e3 node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
- npm install -g cordova
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
|
|
@ -256,6 +254,8 @@ Builds:
|
|||
- cordova platform add android
|
||||
scanignore:
|
||||
- app/node_modules/cordova-android/framework/cordova-publish.gradle
|
||||
scandelete:
|
||||
- app/node_modules
|
||||
build: CI=1 cordova build android --release -- --packageType=apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue