Merge branch 'feature/se.manyver' into 'master'
Manyverse: Fix 0.1901.23-beta build See merge request fdroid/fdroiddata!4409
This commit is contained in:
commit
75197a4a2c
|
@ -534,16 +534,12 @@ Builds:
|
||||||
|
|
||||||
- versionName: 0.1901.23-beta
|
- versionName: 0.1901.23-beta
|
||||||
versionCode: 47
|
versionCode: 47
|
||||||
disable: build fails
|
|
||||||
commit: v0.1901.23-beta
|
commit: v0.1901.23-beta
|
||||||
subdir: android/app
|
subdir: android/app
|
||||||
sudo:
|
sudo:
|
||||||
- apt-get install -y g++
|
- apt-get update
|
||||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||||||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
npm
|
||||||
| sha256sum -c -
|
|
||||||
- tar xJf node.tar.xz
|
|
||||||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
|
||||||
- npm install -g react-native-cli
|
- npm install -g react-native-cli
|
||||||
init:
|
init:
|
||||||
- sed -i -e '/appium/d' ../../package.json
|
- sed -i -e '/appium/d' ../../package.json
|
||||||
|
@ -559,6 +555,7 @@ Builds:
|
||||||
- node_modules/*/build/Release/*.node
|
- node_modules/*/build/Release/*.node
|
||||||
- node_modules/sodium-native/prebuilds/
|
- node_modules/sodium-native/prebuilds/
|
||||||
- node_modules/react-native-android-wifi/Examples/
|
- node_modules/react-native-android-wifi/Examples/
|
||||||
|
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||||||
scanignore:
|
scanignore:
|
||||||
- android/build.gradle
|
- android/build.gradle
|
||||||
scandelete:
|
scandelete:
|
||||||
|
|
Loading…
Reference in a new issue