mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
8540 lines
333 KiB
YAML
8540 lines
333 KiB
YAML
Categories:
|
|
- Writing
|
|
- Security
|
|
License: AGPL-3.0-or-later
|
|
AuthorName: Standard Notes Ltd.
|
|
AuthorEmail: help@standardnotes.com
|
|
WebSite: https://standardnotes.com
|
|
SourceCode: https://github.com/standardnotes/app
|
|
IssueTracker: https://github.com/standardnotes/forum/issues
|
|
Donate: https://standardnotes.com/donate
|
|
|
|
AutoName: Standard Notes
|
|
Description: |-
|
|
Standard Notes is a secure and private notes app. It syncs your notes securely across all your devices, including your Android devices, Windows, iOS, Linux, and Web.
|
|
|
|
Private means your notes are end-to-end encrypted, so only you can read your notes. Even we can't read the contents of your notes.
|
|
|
|
Simple means it does one job and does it well. Standard Notes is a safe and lasting place for your life's work. Our focus is making it easy to write notes wherever you are and syncing them with encryption to all your devices.
|
|
|
|
Our users love us for:
|
|
* Personal Notes
|
|
* Tasks & Todos
|
|
* Passwords & Keys
|
|
* Code & Technical Procedures
|
|
* Private Journal
|
|
* Meeting Notes
|
|
* Cross-platform Scratchpad
|
|
* Books, Recipes, & Movies
|
|
* Health & Fitness Log
|
|
|
|
Standard Notes comes free with:
|
|
* Seamless sync across all your devices, with easy to use applications on Android, Windows, Linux, iPhone, iPad, Mac, and web browsers.
|
|
* Offline access, so you can access your downloaded notes even without a connection.
|
|
* No limit on number of devices.
|
|
* No limit on number of notes.
|
|
* Passcode lock protection, along with fingerprint protection.
|
|
* A tagging system to organize your notes (like #work, #ideas, #passwords, #crypto).
|
|
* The ability to pin, lock, protect, and move notes to trash, which allows you to recover deleted notes until the trash is emptied.
|
|
|
|
Standard Notes is completely open-source, which means when we say your notes are encrypted with industry-leading XChaCha-20 encryption, and that only you can read your notes, you don't have to take our word for it. Our code is open to the world to audit.
|
|
|
|
We made Standard Notes simple because longevity is important to us. We want to make sure we're here, protecting your notes, for the next hundred years. You shouldn't have to find a new notes app every year.
|
|
|
|
To sustain our development, we offer an optional paid program called Standard Notes Extended. Extended gives you access to powerful tools including:
|
|
* Productivity editors (like Markdown, Code, Spreadsheets)
|
|
* Beautiful themes (like Midnight, Focus, Solarized Dark)
|
|
* Powerful cloud tools including daily backups of your encrypted data delivered to your email inbox every day, or backed up to your cloud provider (like Dropbox and Google Drive).
|
|
|
|
You can learn more about Extended at standardnotes.com/extended.
|
|
|
|
We're always happy to talk, whether it be a question, thought, or issue. Please feel free to email us any time at help@standardnotes.com. When you take the time to send us a message, we'll be sure to do the same.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/standardnotes/app
|
|
|
|
Builds:
|
|
- versionName: 3.0.5
|
|
versionCode: 3000050
|
|
commit: 3.0.5
|
|
subdir: android/app/
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
init: npm install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- vendor/react-native-aes/android/build/
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
|
- sed -i -e 's/gradle-4.1/gradle-4.6/' gradle/wrapper/gradle-wrapper.properties
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- vendor/react-native-navigation/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- vendor/
|
|
|
|
- versionName: 3.0.8
|
|
versionCode: 3000080
|
|
commit: 3.0.8
|
|
subdir: android/app/
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
init: npm install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- vendor/react-native-aes/android/build/
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
|
- sed -i -e 's/gradle-4.1/gradle-4.6/' gradle/wrapper/gradle-wrapper.properties
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- vendor/react-native-navigation/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- vendor/
|
|
|
|
- versionName: 3.0.10
|
|
versionCode: 3000103
|
|
commit: 3.0.10
|
|
subdir: android/app/
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
init: npm install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- vendor/react-native-aes/android/build/
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/react-native/local-cli/server/util/external/xsel
|
|
- sed -i -e 's/gradle-4.1/gradle-4.6/' gradle/wrapper/gradle-wrapper.properties
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- vendor/react-native-navigation/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- vendor/
|
|
|
|
- versionName: 3.0.16
|
|
versionCode: 3000160
|
|
commit: 3.0.16
|
|
subdir: android/app/
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
init: npm install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- vendor/react-native-aes/android/build/
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
|
- sed -i -e 's/gradle-4.1/gradle-5.4.1/' gradle/wrapper/gradle-wrapper.properties
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- vendor/react-native-navigation/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- vendor/
|
|
|
|
- versionName: 3.0.17
|
|
versionCode: 3000170
|
|
commit: 3.0.17
|
|
subdir: android/app/
|
|
submodules: true
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y --no-install-recommends -t stretch-backports npm
|
|
init: npm install
|
|
gradle:
|
|
- yes
|
|
rm:
|
|
- vendor/react-native-aes/android/build/
|
|
- vendor/TrustKit/
|
|
prebuild:
|
|
- truncate -s 0 ../../node_modules/@react-native-community/cli/build/commands/server/external/xsel
|
|
- sed -i -e 's/gradle-4.1/gradle-5.4.1/' gradle/wrapper/gradle-wrapper.properties
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- vendor/react-native-navigation/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- vendor/
|
|
|
|
- versionName: 3.6.5
|
|
versionCode: 3000271
|
|
commit: 3.6.5
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.6
|
|
versionCode: 3000274
|
|
commit: 3.6.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.7
|
|
versionCode: 3000277
|
|
commit: 3.6.7
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.8
|
|
versionCode: 3000278
|
|
commit: 3.6.8
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.8
|
|
versionCode: 3000281
|
|
commit: 3.6.8
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.9
|
|
versionCode: 3000282
|
|
commit: 3.6.9
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.12
|
|
versionCode: 3000285
|
|
commit: 3.6.12
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.13
|
|
versionCode: 3000286
|
|
commit: 3.6.13
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.14
|
|
versionCode: 3000287
|
|
commit: 3.6.14
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.15
|
|
versionCode: 3000288
|
|
commit: 3.6.15
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.17
|
|
versionCode: 3000290
|
|
commit: 3.6.17
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.18
|
|
versionCode: 3000291
|
|
commit: 3.6.18
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.19
|
|
versionCode: 3000292
|
|
commit: 3.6.19
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.20
|
|
versionCode: 3000293
|
|
commit: 3.6.20
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.21
|
|
versionCode: 3000294
|
|
commit: 3.6.21
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.22
|
|
versionCode: 3000298
|
|
commit: 3.6.22
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.22
|
|
versionCode: 3000299
|
|
commit: 3.6.22
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.23
|
|
versionCode: 3000300
|
|
commit: 3.6.23
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.23
|
|
versionCode: 3000302
|
|
commit: 3.6.23
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.23
|
|
versionCode: 3000303
|
|
commit: 3.6.23
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.11.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi${target_sdk_version}-clang"
|
|
CFLAGS="-Os -fPIC -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
./configure --prefix=${lib}/libsodium-android-armv7-a/ --host=arm-linux-androideabi
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-armv8-a/
|
|
--host=aarch64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/i686-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-i686/ --host=i686-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- make distclean
|
|
- CC="$$NDK$$/toolchains/llvm/prebuilt/linux-x86_64/bin/x86_64-linux-android${target_sdk_version}-clang"
|
|
CFLAGS="-fPIC -O2" ./configure --prefix=${lib}/libsodium-android-westmere/
|
|
--host=x86_64-linux-android
|
|
- make -j${nproc}
|
|
- make install
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.24
|
|
versionCode: 3000304
|
|
commit: 3.6.24
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.24.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.24
|
|
versionCode: 3000307
|
|
commit: 3.6.24
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.24.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.6.24
|
|
versionCode: 3000308
|
|
commit: 3.6.24
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.24.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.2
|
|
versionCode: 3000309
|
|
commit: 3.9.2
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.24.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.2
|
|
versionCode: 3000310
|
|
commit: 3.9.2
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.24.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.2
|
|
versionCode: 3000311
|
|
commit: 3.9.2
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v14.16.0/node-v14.16.0-linux-x64.tar.gz
|
|
- echo "7212031d7468718d7c8f5e1766380daaabe09d54611675338e7a88a97c3e31b6 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v14.16.0-linux-x64/. /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.6.24.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.4
|
|
versionCode: 3000312
|
|
commit: 3.9.4
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- $ANDROID_HOME/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/splits\ {/,+7d' -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000313
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000314
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000315
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000317
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000318
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000319
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000320
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000321
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000322
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.6
|
|
versionCode: 3000323
|
|
commit: 3.9.6
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.gz https://nodejs.org/download/release/v14.18.2/node-v14.18.2-linux-x64.tar.gz
|
|
- echo "83fa18a0e3642235446b66653eb27c169224ae9c1a15a32d6c3d9ddefb154ed4 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xf node.tar.gz
|
|
- cp -a node-v*-linux-x64/. /usr/local/
|
|
- rm -rf node-v*-linux-x64/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.4.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
prebuild:
|
|
- wget -O /tmp/cmdline-tools.zip -t 5 "https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip"
|
|
- echo "124f2d5115eee365df6cf3228ffbca6fc3911d16f8025bebd5b1c6e2fcfa7faf /tmp/cmdline-tools.zip" |
|
|
sha256sum -c -
|
|
- unzip -q -o /tmp/cmdline-tools.zip -d /tmp/cmdline-tools
|
|
- rm /tmp/cmdline-tools.zip
|
|
- mkdir -p ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
- mv /tmp/cmdline-tools/cmdline-tools/* ${ANDROID_SDK_ROOT}/cmdline-tools/tools
|
|
|| true
|
|
- export PATH=${ANDROID_SDK_ROOT}/cmdline-tools/tools/bin:${PATH}
|
|
- yes | sdkmanager --licenses
|
|
- sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/d' -e '/DETOX_CI/d' build.gradle
|
|
- echo "android { splits { abi { enable false } } }" >> build.gradle
|
|
- sed -i -e "s/versionName appVersionName/versionName \"$$VERSION$$\"/" -e "s/versionCode
|
|
appVersionCode/versionCode $$VERCODE$$/" build.gradle
|
|
- sed -i -e "/appVersionName/d" -e "/appVersionCode/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.12
|
|
versionCode: 3000327
|
|
commit: 3.9.12
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz
|
|
- echo "7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421 node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.12.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
- sed -i -e "/bugsnag/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.9.12
|
|
versionCode: 3000328
|
|
commit: 3.9.12
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz
|
|
- echo "7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421 node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.12.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
- sed -i -e "/bugsnag/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.11.0
|
|
versionCode: 3000333
|
|
commit: 3.11.0
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz
|
|
- echo "7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421 node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.12.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
- sed -i -e "/bugsnag/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.11.0
|
|
versionCode: 3000334
|
|
commit: 3.11.0
|
|
subdir: android/app/
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo node.tar.xz https://nodejs.org/dist/v16.13.2/node-v16.13.2-linux-x64.tar.xz
|
|
- echo "7f5e9a42d6e86147867d35643c7b1680c27ccd45db85666fc52798ead5e74421 node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
patch:
|
|
- bugsnag-3.9.12.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- libsodium@1.0.18
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- $$SDK$$/tools/bin/sdkmanager 'cmake;3.10.2.4988404' > /dev/null
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
- sed -i -e "/bugsnag/d" build.gradle
|
|
- sed -i -e "/@bugsnag\/react-native/d" -e "/bugsnag-sourcemaps/d" ../../package.json
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/detox-publishing.gradle
|
|
- node_modules/sn-textview/android/build.gradle
|
|
- node_modules/standard-notes-rn/android/build.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- lib="$PWD/../../node_modules/react-native-sodium/libsodium"
|
|
- target_sdk_version=`sed -n -E 's/.*targetSdkVersion = ([0-9]{1,2}).*/\1/p'
|
|
../build.gradle`
|
|
- pushd $$libsodium$$
|
|
- ./dist-build/android-armv7-a.sh
|
|
- ./dist-build/android-armv8-a.sh
|
|
- ./dist-build/android-x86.sh
|
|
- ./dist-build/android-x86_64.sh
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000339
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000340
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000341
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000342
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000343
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000345
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000346
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000348
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.14.1
|
|
versionCode: 3000349
|
|
commit: 3.14.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.20.1
|
|
versionCode: 3000350
|
|
commit: 3.20.1
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.20.3
|
|
versionCode: 3000351
|
|
commit: 3.20.3
|
|
subdir: android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v14.19.1/node-v14.19.1-linux-x64.tar.xz
|
|
- echo "2a28ee68c58e2c3a2a4deecdf9ee1d7080afd69ebe211cf5141d45df8f4ecc77 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
init:
|
|
- cd ../..
|
|
- yarn cache clean snjs
|
|
- npm_config_build_from_source=true yarn --force
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- .gitmodules
|
|
- .devcontainer
|
|
- .github
|
|
- .vscode
|
|
- __tests__
|
|
- ios
|
|
- android/app/gradle
|
|
prebuild:
|
|
- JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1'
|
|
- sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- android/build.gradle
|
|
- node_modules/hermes-engine
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native
|
|
- node_modules/detox/android/build.gradle
|
|
- node_modules/detox/android/detox/publishing.gradle
|
|
- node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.26.11
|
|
versionCode: 3000357
|
|
commit: '@standardnotes/mobile@3.26.11'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.26.14
|
|
versionCode: 3000360
|
|
commit: '@standardnotes/mobile@3.26.14'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.20
|
|
versionCode: 3000400
|
|
commit: '@standardnotes/mobile@3.30.20'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.24
|
|
versionCode: 3000404
|
|
commit: '@standardnotes/mobile@3.30.24'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.25
|
|
versionCode: 3000405
|
|
commit: '@standardnotes/mobile@3.30.25'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.26
|
|
versionCode: 3000406
|
|
commit: '@standardnotes/mobile@3.30.26'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.27
|
|
versionCode: 3000407
|
|
commit: '@standardnotes/mobile@3.30.27'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.29
|
|
versionCode: 3000409
|
|
commit: '@standardnotes/mobile@3.30.29'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.33
|
|
versionCode: 3000413
|
|
commit: '@standardnotes/mobile@3.30.33'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.35
|
|
versionCode: 3000415
|
|
commit: '@standardnotes/mobile@3.30.35'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.36
|
|
versionCode: 3000416
|
|
commit: '@standardnotes/mobile@3.30.36'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.37
|
|
versionCode: 3000417
|
|
commit: '@standardnotes/mobile@3.30.37'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.30.38
|
|
versionCode: 3000418
|
|
commit: '@standardnotes/mobile@3.30.38'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/web-server
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.1
|
|
versionCode: 3000420
|
|
commit: '@standardnotes/mobile@3.31.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.3
|
|
versionCode: 3000422
|
|
commit: '@standardnotes/mobile@3.31.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.5
|
|
versionCode: 3000424
|
|
commit: '@standardnotes/mobile@3.31.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.6
|
|
versionCode: 3000425
|
|
commit: '@standardnotes/mobile@3.31.6'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.7
|
|
versionCode: 3000426
|
|
commit: '@standardnotes/mobile@3.31.7'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.8
|
|
versionCode: 3000427
|
|
commit: '@standardnotes/mobile@3.31.8'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.9
|
|
versionCode: 3000428
|
|
commit: '@standardnotes/mobile@3.31.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.10
|
|
versionCode: 3000429
|
|
commit: '@standardnotes/mobile@3.31.10'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.13
|
|
versionCode: 3000432
|
|
commit: '@standardnotes/mobile@3.31.13'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.14
|
|
versionCode: 3000433
|
|
commit: '@standardnotes/mobile@3.31.14'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.15
|
|
versionCode: 3000434
|
|
commit: '@standardnotes/mobile@3.31.15'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.17
|
|
versionCode: 3000436
|
|
commit: '@standardnotes/mobile@3.31.17'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.18
|
|
versionCode: 3000437
|
|
commit: '@standardnotes/mobile@3.31.18'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.19
|
|
versionCode: 3000438
|
|
commit: '@standardnotes/mobile@3.31.19'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.20
|
|
versionCode: 3000439
|
|
commit: '@standardnotes/mobile@3.31.20'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.21
|
|
versionCode: 3000441
|
|
commit: '@standardnotes/mobile@3.31.21'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.23
|
|
versionCode: 3000442
|
|
commit: '@standardnotes/mobile@3.31.23'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.25
|
|
versionCode: 3000444
|
|
commit: '@standardnotes/mobile@3.31.25'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.31.28
|
|
versionCode: 3000447
|
|
commit: '@standardnotes/mobile@3.31.28'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.32.0
|
|
versionCode: 3000449
|
|
commit: '@standardnotes/mobile@3.32.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.32.2
|
|
versionCode: 3000451
|
|
commit: '@standardnotes/mobile@3.32.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.32.5
|
|
versionCode: 3000454
|
|
commit: '@standardnotes/mobile@3.32.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.33.2
|
|
versionCode: 3000457
|
|
commit: '@standardnotes/mobile@3.33.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.33.5
|
|
versionCode: 3000460
|
|
commit: '@standardnotes/mobile@3.33.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.34.0
|
|
versionCode: 3000463
|
|
commit: '@standardnotes/mobile@3.34.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.34.1
|
|
versionCode: 3000464
|
|
commit: '@standardnotes/mobile@3.34.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.34.3
|
|
versionCode: 3000467
|
|
commit: '@standardnotes/mobile@3.34.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.35.4
|
|
versionCode: 3000471
|
|
commit: '@standardnotes/mobile@3.35.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.35.8
|
|
versionCode: 3000475
|
|
commit: '@standardnotes/mobile@3.35.8'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.35.9
|
|
versionCode: 3000481
|
|
commit: '@standardnotes/mobile@3.35.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.36.3
|
|
versionCode: 3000487
|
|
commit: '@standardnotes/mobile@3.36.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.36.9
|
|
versionCode: 3000493
|
|
commit: '@standardnotes/mobile@3.36.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.36.11
|
|
versionCode: 3000495
|
|
commit: '@standardnotes/mobile@3.36.11'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.36.13
|
|
versionCode: 3000497
|
|
commit: '@standardnotes/mobile@3.36.13'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.36.18
|
|
versionCode: 3000502
|
|
commit: '@standardnotes/mobile@3.36.18'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.37.4
|
|
versionCode: 3000507
|
|
commit: '@standardnotes/mobile@3.37.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.37.9
|
|
versionCode: 3000514
|
|
commit: '@standardnotes/mobile@3.37.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.38.0
|
|
versionCode: 3000518
|
|
commit: '@standardnotes/mobile@3.38.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.39.0
|
|
versionCode: 3000520
|
|
commit: '@standardnotes/mobile@3.39.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.39.2
|
|
versionCode: 3000522
|
|
commit: '@standardnotes/mobile@3.39.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.39.5
|
|
versionCode: 3000525
|
|
commit: '@standardnotes/mobile@3.39.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.39.9
|
|
versionCode: 3000529
|
|
commit: '@standardnotes/mobile@3.39.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.40.0
|
|
versionCode: 3000534
|
|
commit: '@standardnotes/mobile@3.40.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.41.1
|
|
versionCode: 3000538
|
|
commit: '@standardnotes/mobile@3.41.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.41.2
|
|
versionCode: 3000539
|
|
commit: '@standardnotes/mobile@3.41.2'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.41.3
|
|
versionCode: 3000540
|
|
commit: '@standardnotes/mobile@3.41.3'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo /tmp/node.tar.xz https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
|
|
- echo "b749f7a76e56dfd6dfb8a910b8a2a871159661557680aa95acf13c9514422c12 /tmp/node.tar.xz"
|
|
| sha256sum -c -
|
|
- tar xJf /tmp/node.tar.xz --strip-components=1 -C /usr/local/
|
|
- npm -g install yarn
|
|
- apt-get update
|
|
- apt-get install -y openjdk-11-jdk-headless --no-install-recommends
|
|
- update-alternatives --auto java
|
|
- apt-get install -y libsecret-1-dev build-essential --no-install-recommends
|
|
- pushd build/srclib/cpython
|
|
- ./configure
|
|
- make -j$(nproc)
|
|
- make install
|
|
- popd
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
srclibs:
|
|
- cpython@v3.10.5
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.42.1
|
|
versionCode: 3000549
|
|
commit: '@standardnotes/mobile@3.42.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.42.5
|
|
versionCode: 3000553
|
|
commit: '@standardnotes/mobile@3.42.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.43.1
|
|
versionCode: 3000557
|
|
commit: '@standardnotes/mobile@3.43.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- pushd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- popd
|
|
- pushd ../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- yarn remove react-native-store-review
|
|
- popd
|
|
patch:
|
|
- disable-splits-abi.patch
|
|
- remove-gms.patch
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@react-native-community/masked-view/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-textview/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-aes/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.43.9
|
|
versionCode: 3000563
|
|
commit: '@standardnotes/mobile@3.43.9'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.43.19
|
|
versionCode: 3000573
|
|
commit: '@standardnotes/mobile@3.43.19'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.43.24
|
|
versionCode: 3000578
|
|
commit: '@standardnotes/mobile@3.43.24'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.43.27
|
|
versionCode: 3000581
|
|
commit: '@standardnotes/mobile@3.43.27'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.43.30
|
|
versionCode: 3000584
|
|
commit: '@standardnotes/mobile@3.43.30'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.44.0
|
|
versionCode: 3000588
|
|
commit: '@standardnotes/mobile@3.44.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.44.4
|
|
versionCode: 3000592
|
|
commit: '@standardnotes/mobile@3.44.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.0
|
|
versionCode: 3000594
|
|
commit: '@standardnotes/mobile@3.45.0'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.1
|
|
versionCode: 3000595
|
|
commit: '@standardnotes/mobile@3.45.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.4
|
|
versionCode: 3000598
|
|
commit: '@standardnotes/mobile@3.45.4'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.5
|
|
versionCode: 3000599
|
|
commit: '@standardnotes/mobile@3.45.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.5
|
|
versionCode: 3000601
|
|
commit: '@standardnotes/mobile@3.45.5'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.17
|
|
versionCode: 3000611
|
|
commit: '@standardnotes/mobile@3.45.17'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.23
|
|
versionCode: 3000618
|
|
commit: '@standardnotes/mobile@3.45.23'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- packages/components/dist
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.31
|
|
versionCode: 3000625
|
|
commit: '@standardnotes/mobile@3.45.31'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.32
|
|
versionCode: 3000626
|
|
commit: '@standardnotes/mobile@3.45.32'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.39
|
|
versionCode: 3000633
|
|
commit: '@standardnotes/mobile@3.45.39'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.40
|
|
versionCode: 3000634
|
|
commit: '@standardnotes/mobile@3.45.40'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.45.42
|
|
versionCode: 3000636
|
|
commit: '@standardnotes/mobile@3.45.42'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
- versionName: 3.46.1
|
|
versionCode: 3000639
|
|
disable: react-native-iap
|
|
commit: '@standardnotes/mobile@3.46.1'
|
|
subdir: packages/mobile/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y libsecret-1-dev build-essential
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v16.17.1/node-v16.17.1-linux-x64.tar.gz
|
|
- echo "da5658693243b3ecf6a4cba6751a71df1eb9e9703ca93b42a9404aed85f58ad0 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g yarn
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
init:
|
|
- cd ../../../..
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
- cd packages/mobile
|
|
- npm_config_build_from_source=true yarn --immutable
|
|
gradle:
|
|
- prod
|
|
rm:
|
|
- packages/desktop
|
|
- packages/mobile/ios
|
|
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
|
|
-e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
|
|
build.gradle
|
|
scanignore:
|
|
- packages/mobile/android/build.gradle
|
|
- packages/mobile/node_modules/hermes-engine
|
|
- packages/mobile/node_modules/jsc-android
|
|
- packages/mobile/node_modules/react-native
|
|
- packages/mobile/node_modules/detox/android/build.gradle
|
|
- packages/mobile/node_modules/detox/android/detox/publishing.gradle
|
|
- packages/mobile/node_modules/@react-native-community/async-storage/android/build.gradle
|
|
- packages/mobile/node_modules/@standardnotes/react-native-utils/android/build.gradle
|
|
scandelete:
|
|
- node_modules/
|
|
- packages/mobile/node_modules
|
|
- .yarn/
|
|
build:
|
|
- pushd ../../../..
|
|
- yarn run build:mobile
|
|
- popd
|
|
- pushd ../..
|
|
- yarn run android:bundle
|
|
- popd
|
|
ndk: r21e
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
VercodeOperation:
|
|
- 3000310 + %c
|
|
UpdateCheckData: https://github.com/standardnotes/app/actions/workflows/mobile.release.prod.yml|(\d+)\sworkflow\sruns|https://github.com/standardnotes/app/releases|/releases/tag/%40standardnotes%2Fmobile%40([\d.]+)
|
|
CurrentVersion: 3.46.1
|
|
CurrentVersionCode: 3000639
|