mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
2820 lines
110 KiB
YAML
2820 lines
110 KiB
YAML
Categories:
|
||
- Connectivity
|
||
License: MPL-2.0
|
||
AuthorName: André Staltz
|
||
AuthorEmail: andre@staltz.com
|
||
AuthorWebSite: https://staltz.com/
|
||
WebSite: https://manyver.se
|
||
SourceCode: https://gitlab.com/staltz/manyverse/tree/HEAD
|
||
IssueTracker: https://gitlab.com/staltz/manyverse/issues
|
||
Translation: https://gitlab.com/staltz/manyverse/-/blob/master/TRANSLATING.md
|
||
Changelog: https://gitlab.com/staltz/manyverse/blob/HEAD/CHANGELOG.md
|
||
OpenCollective: manyverse
|
||
|
||
AutoName: Manyverse
|
||
Description: |-
|
||
Manyverse is a social network app using the SSB protocol (Secure Scuttlebutt)
|
||
where you can write posts and share with friends nearby or over the internet.
|
||
It’s different from mainstream social networks because your data is yours, it
|
||
lives on your phone, not in the cloud. So there is no login, no company
|
||
holding your data, no ads, no tracking of your activity, it’s just you and
|
||
your friends! The app is free and open source software, and it will always
|
||
remain free.
|
||
|
||
<b>Features:</b>
|
||
|
||
* Write threads of posts (even when offline) and share them with friends (over the internet or nearby via Wi-Fi or Bluetooth)
|
||
* Private chats
|
||
* Emoji reactions
|
||
* Profile pages with biographies
|
||
* Attach pictures, add content warnings
|
||
* More features as we develop the app!
|
||
|
||
RepoType: git
|
||
Repo: https://gitlab.com/staltz/manyverse.git
|
||
|
||
Builds:
|
||
- versionName: 0.18.10-02.beta
|
||
versionCode: 30
|
||
commit: v0.18.10-02.beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1810.16-beta
|
||
versionCode: 32
|
||
commit: v0.1810.16-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1810.24-beta
|
||
versionCode: 34
|
||
commit: v0.1810.24-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1811.12-beta
|
||
versionCode: 35
|
||
commit: v0.1811.12-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1811.14-beta
|
||
versionCode: 36
|
||
commit: v0.1811.14-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1811.21-beta
|
||
versionCode: 37
|
||
disable: build fails
|
||
commit: v0.1811.21-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1811.28-beta
|
||
versionCode: 38
|
||
disable: build fails
|
||
commit: v0.1811.28-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1812.29-beta
|
||
versionCode: 39
|
||
disable: build fails
|
||
commit: v0.1812.29-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1901.2-beta
|
||
versionCode: 40
|
||
commit: v0.1901.2-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1901.5-beta
|
||
versionCode: 42
|
||
disable: build fails
|
||
commit: v0.1901.5-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1901.14-beta.b
|
||
versionCode: 44
|
||
disable: build fails
|
||
commit: v0.1901.14-beta.b
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1901.16-beta
|
||
versionCode: 45
|
||
disable: build fails
|
||
commit: v0.1901.16-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1901.21-beta
|
||
versionCode: 46
|
||
disable: build fails
|
||
commit: v0.1901.21-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get install -y g++
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v8.11.4/node-v8.11.4-linux-x64.tar.xz
|
||
- echo "85ea7cbb5bf624e130585bfe3946e99c85ce5cb84c2aee474038bdbe912f908c node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v8.11.4-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1901.23-beta
|
||
versionCode: 47
|
||
commit: v0.1901.23-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1902.27-beta
|
||
versionCode: 48
|
||
commit: v0.1902.27-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1903.4-beta
|
||
versionCode: 49
|
||
commit: v0.1903.4-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1903.13-beta
|
||
versionCode: 50
|
||
commit: v0.1903.13-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1903.19-beta
|
||
versionCode: 51
|
||
commit: v0.1903.19-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1903.20-beta
|
||
versionCode: 52
|
||
commit: v0.1903.20-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1903.22-beta
|
||
versionCode: 53
|
||
commit: v0.1903.22-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1904.8-beta
|
||
versionCode: 54
|
||
commit: v0.1904.8-beta
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ ninja-build -t stretch-backports
|
||
npm
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- sed -i -e '/appium/d' ../../package.json
|
||
- npm install
|
||
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.1.7
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/infer-annotations/infer-annotations-4.0.jar
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/sodium-native/prebuilds/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r17b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1909.2-beta
|
||
versionCode: 68
|
||
commit: v0.1909.2-beta.c
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1909.5-beta
|
||
versionCode: 69
|
||
commit: v0.1909.5-beta
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1909.11-beta
|
||
versionCode: 70
|
||
commit: v0.1909.11-beta
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- yes
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/*/build/Release/*.node
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1910.15-beta
|
||
versionCode: 75
|
||
commit: c4e3c34909d9218d67e54240bc1cbfab1569c67b
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1910.31-beta
|
||
versionCode: 76
|
||
commit: v0.1910.31-beta
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1911.19-beta
|
||
versionCode: 77
|
||
commit: v0.1911.19-beta
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.1911.27-beta
|
||
versionCode: 78
|
||
commit: v0.1911.27-beta
|
||
timeout: 20000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- node_modules/react-native-android-wifi/Examples/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2001.7-beta
|
||
versionCode: 79
|
||
commit: v0.2001.7-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2002.4-beta
|
||
versionCode: 80
|
||
commit: v0.2002.4-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2003.4-beta
|
||
versionCode: 82
|
||
commit: v0.2003.4-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2004.4-beta
|
||
versionCode: 83
|
||
commit: v0.2004.4-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2005.5-beta
|
||
versionCode: 84
|
||
disable: broken APK
|
||
commit: v0.2005.5-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2005.28-beta
|
||
versionCode: 85
|
||
disable: broken APK
|
||
commit: v0.2005.28-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.16.3/node-v10.16.3-linux-x64.tar.xz
|
||
- echo "d2271fd8cf997fa7447d638dfa92749ff18ca4b0d796bf89f2a82bf7800d5506 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v10.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.2.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r19c
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2005.31-beta
|
||
versionCode: 86
|
||
commit: v0.2005.31-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.16.3/node-v12.16.3-linux-x64.tar.xz
|
||
- echo "1956e196e3c3c8ef5f0c45db76d7c1245af4ccdda2b7ab30a57ce91d6e165caa node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- indie
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2006.5-beta-fdroid
|
||
versionCode: 87
|
||
commit: v0.2006.5-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.16.3/node-v12.16.3-linux-x64.tar.xz
|
||
- echo "1956e196e3c3c8ef5f0c45db76d7c1245af4ccdda2b7ab30a57ce91d6e165caa node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21b
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2010.5-beta-fdroid
|
||
versionCode: 92
|
||
commit: v0.2010.5-beta
|
||
timeout: 30000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.16.3/node-v12.16.3-linux-x64.tar.xz
|
||
- echo "1956e196e3c3c8ef5f0c45db76d7c1245af4ccdda2b7ab30a57ce91d6e165caa node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.16.3-linux-x64/. /usr/local/
|
||
- npm install -g react-native-cli
|
||
init:
|
||
- npm install --no-optional
|
||
- truncate -s 0 ../../node_modules/react-native/node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||
patch:
|
||
- build.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.1
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e/apple-app-store-demo
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm
|
||
- ./tools/android_build.sh $$NDK$$ arm64
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21d
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2110.5-beta-fdroid
|
||
versionCode: 108
|
||
commit: v0.2110.5-beta
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2110.18-beta-fdroid
|
||
versionCode: 109
|
||
commit: v0.2110.18-beta
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2110.22-beta-fdroid
|
||
versionCode: 110
|
||
commit: 1444e12a587adf50f63277609b60209e963badf5
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2110.26-beta-fdroid
|
||
versionCode: 111
|
||
commit: 46b555bcf89fbd06eb3f50b0273871ffb7f17181
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2111.5-beta-fdroid
|
||
versionCode: 112
|
||
commit: 90f22947a1a610b3d3c96a0ade8cd8f9b1957258
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2111.11-beta-fdroid
|
||
versionCode: 113
|
||
commit: b064f86e201ef34f341f8a097815f5ab27163458
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
antifeatures:
|
||
- NonFreeNet
|
||
- Tracking
|
||
|
||
- versionName: 0.2112.3-beta-fdroid
|
||
versionCode: 114
|
||
commit: ee635e8c879e8c357461750396e3645524ee3d91
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2201.5-beta-fdroid
|
||
versionCode: 115
|
||
commit: 80d6ced96972485fe0e2c47ea01e7656e18d9b2f
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- e2e
|
||
- benchmark
|
||
- desktop
|
||
- ios
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2201.14-beta.b-fdroid
|
||
versionCode: 118
|
||
commit: ef351a6c4052dafe5d5e3a90f29b01829d2e3886
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.2
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2201.19-beta-fdroid
|
||
versionCode: 119
|
||
commit: a16be0712784f0c4e7986ac8bde7166ac80c033c
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/hermes-engine
|
||
- node_modules/jsc-android
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2202.4-beta-fdroid
|
||
versionCode: 120
|
||
commit: 208178400035aa1c152404ea45f7abf28c10a26d
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2202.7-beta-fdroid
|
||
versionCode: 121
|
||
commit: 51194d9577603e08ed7c7fc9ae605e659e3c5095
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2203.3-beta-fdroid
|
||
versionCode: 122
|
||
commit: 05fdfb3a8b6be6802e6ff188a643568a7ee60320
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2203.7-beta-fdroid
|
||
versionCode: 123
|
||
commit: 153159f95b8bc1caaf84c8811696a72ce6899cd4
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2203.21-beta-fdroid
|
||
versionCode: 124
|
||
commit: 6fb3c5c46c6e7356efd3401a785c7bb6d7f23bc7
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
patch:
|
||
- 108.patch
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild: sed -i -e '/lifecycle/d' ../build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2204.7-beta-fdroid
|
||
versionCode: 126
|
||
commit: 97794b83f4c6b0871f43d69e4af5a5a1c09a3ccf
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2204.15-beta-fdroid
|
||
versionCode: 127
|
||
commit: 0fe1d7967a42f7e73abc2a43796d7ce8f8ca223c
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2205.4-beta-fdroid
|
||
versionCode: 128
|
||
commit: a37af8cdacf8631c6d1082431dd6397993981584
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2206.3-beta-fdroid
|
||
versionCode: 129
|
||
commit: e5c0e2951e5089456597ccd4fa1936dc85451e54
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2206.27-beta-fdroid
|
||
versionCode: 130
|
||
commit: 315fcfda07a0861700ba746039be243b8003d9d6
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2207.5-beta-fdroid
|
||
versionCode: 131
|
||
commit: 079b9479ccf5607b5bda58c205e5b9a340a9ee25
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2208.5-beta-fdroid
|
||
versionCode: 132
|
||
commit: 663fe9e0d08740a81d79b0cc330613a29465252f
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
- versionName: 0.2209.2-beta-fdroid
|
||
versionCode: 133
|
||
commit: 9851efbdce827a2074ce2558fd343693d3d1bddf
|
||
timeout: 80000
|
||
subdir: android/app
|
||
sudo:
|
||
- apt-get update || apt-get update
|
||
- apt-get install -y --no-install-recommends g++ lib32stdc++-6-dev libc6-dev-i386
|
||
ninja-build linux-libc-dev linux-libc-dev:i386
|
||
- curl -Lo node.tar.xz https://nodejs.org/dist/v12.19.1/node-v12.19.1-linux-x64.tar.xz
|
||
- echo "1436dbc34383abbe5e921e9744e527cd24c690e7b0362a39fb960795a23a7a03 node.tar.xz"
|
||
| sha256sum -c -
|
||
- tar xJf node.tar.xz
|
||
- cp -a node-v12.19.1-linux-x64/. /usr/local/
|
||
- sysctl fs.inotify.max_user_watches=524288
|
||
- npm install -g react-native-cli
|
||
init: npm install --no-optional
|
||
gradle:
|
||
- fdroid
|
||
srclibs:
|
||
- NodejsMobile@nodejs-mobile-v0.3.3
|
||
rm:
|
||
- node_modules/react-native/ReactAndroid/src/main/third-party/java/buck-android-support/buck-android-support.jar
|
||
- node_modules/react-native/template/
|
||
- desktop
|
||
- ios
|
||
- test
|
||
prebuild:
|
||
- sed -i -e '/lifecycle/d' ../build.gradle
|
||
- sed -i -e '/signingConfig signingConfigs/d' build.gradle
|
||
scanignore:
|
||
- android/build.gradle
|
||
- node_modules/react-native/android
|
||
- node_modules/jsc-android
|
||
- node_modules/hermes-engine
|
||
- node_modules/react-native-blurhash/android/build.gradle
|
||
- node_modules/react-native-localize/android/build.gradle
|
||
- node_modules/react-native-svg/android/build.gradle
|
||
- node_modules/react-native-vector-icons/android/build.gradle
|
||
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
||
scandelete:
|
||
- node_modules
|
||
build:
|
||
- pushd $$NodejsMobile$$
|
||
- ./tools/android_build.sh $$NDK$$ arm > /dev/null
|
||
- ./tools/android_build.sh $$NDK$$ arm64 > /dev/null
|
||
- popd
|
||
- mv $$NodejsMobile$$/out_android/armeabi-v7a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/armeabi-v7a/libnode.so
|
||
- mv $$NodejsMobile$$/out_android/arm64-v8a/libnode.so ../../node_modules/nodejs-mobile-react-native/android/libnode/bin/arm64-v8a/libnode.so
|
||
- npm run build-android-assets
|
||
ndk: r21e
|
||
|
||
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
|
||
local Maven repository which contains the prebuilt react-native library which
|
||
we get from npm.
|
||
|
||
AutoUpdateMode: Version v%v
|
||
UpdateCheckMode: Tags
|
||
CurrentVersion: 0.2209.2-beta-fdroid
|
||
CurrentVersionCode: 133
|