mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Breathly: enable 1.9
This commit is contained in:
parent
513ee74c50
commit
4f99564849
1 changed files with 11 additions and 11 deletions
|
|
@ -69,26 +69,26 @@ Builds:
|
|||
|
||||
- versionName: '1.9'
|
||||
versionCode: 10
|
||||
disable: fails to build
|
||||
commit: android-1.9
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y -t stretch-backports npm
|
||||
- sysctl fs.inotify.max_user_watches=524288
|
||||
- curl -Lo node.tar.xz https://nodejs.org/dist/v10.18.1/node-v10.18.1-linux-x64.tar.xz
|
||||
- echo "8cc40f45c2c62529b15e83a6bbe0ac1febf57af3c5720df68067c96c0fddbbdf node.tar.xz"
|
||||
| sha256sum -c -
|
||||
- tar xJf node.tar.xz
|
||||
- cp -a node-v10.18.1-linux-x64/. /usr/local/
|
||||
- npm -g install yarn
|
||||
init: yarn install
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- node_modules/@react-native-community/async-storage/packages/storage-legacy/android/build/
|
||||
- node_modules/react-native/template/
|
||||
- node_modules/jetifier/lib/
|
||||
prebuild:
|
||||
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
||||
- sed -i -e 's/enableSeparateBuildPerCPUArchitecture = true/enableSeparateBuildPerCPUArchitecture
|
||||
= false/' build.gradle
|
||||
prebuild: sed -i -e 's/CPUArchitecture = true/CPUArchitecture = false/' build.gradle
|
||||
scanignore:
|
||||
- android/build.gradle
|
||||
- node_modules/jsc-android
|
||||
- node_modules/react-native/android/com/facebook/react/react-native
|
||||
- node_modules/react-native/template/android/build.gradle
|
||||
- node_modules/@react-native-community/async-storage/android/build.gradle
|
||||
scandelete:
|
||||
- node_modules/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue