mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
EnRecipes: fix 2.0.0
This commit is contained in:
parent
5dce2b5af2
commit
6b3cc8cd89
1 changed files with 2 additions and 4 deletions
|
|
@ -21,8 +21,6 @@ Builds:
|
|||
versionCode: 1
|
||||
commit: v2.0.0
|
||||
sudo:
|
||||
- rm -rf "$(find /opt/android-sdk/ndk -maxdepth 1 -type d \( ! -name ndk \)
|
||||
\( ! -name 20.1.5948944 \) -print)"
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y lib32z1
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v10.23.1/node-v10.23.1-linux-x64.tar.gz
|
||||
|
|
@ -31,8 +29,7 @@ Builds:
|
|||
- tar xzf node.tar.gz
|
||||
- cp -a node-v10.23.1-linux-x64/. /usr/local/
|
||||
- npm -g install nativescript
|
||||
- "sed -i 's/: \".\\/gradlew\"\\;/: \"\\/home\\/vagrant\\/fdroidserver\\/gradlew-fdroid\"\
|
||||
\\;/' /usr/local/lib/node_modules/nativescript/lib/services/android/gradle-command-service.js"
|
||||
- sed -i 's|./gradlew|gradle|' /usr/local/lib/node_modules/nativescript/lib/services/android/gradle-command-service.js
|
||||
init:
|
||||
- $$SDK$$/tools/bin/sdkmanager "platforms;android-30" "build-tools;30.0.3" >
|
||||
/dev/null
|
||||
|
|
@ -41,6 +38,7 @@ Builds:
|
|||
srclibs:
|
||||
- NativeScript_android-runtime@v7.0.1
|
||||
- NativeScript_NativeScript@8.0.8-core
|
||||
prebuild: sed -i -e '/android {/a ndkVersion = "20.1.5948944"' $$NativeScript_android-runtime$$/test-app/runtime/build.gradle
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue