keep latest

This commit is contained in:
Licaon_Kter 2025-01-11 09:16:11 +02:00
parent 826408af3c
commit ed8421139d
3 changed files with 0 additions and 313 deletions

View file

@ -3424,294 +3424,6 @@ Builds:
gradleprops:
- reactNativeArchitectures=x86_64
- versionName: 2.3.2
versionCode: 399001
commit: 13201058594df18409e08f9497199942f374e744
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/arm"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=armeabi-v7a
- versionName: 2.3.2
versionCode: 399002
commit: 13201058594df18409e08f9497199942f374e744
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/386"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=x86
- versionName: 2.3.2
versionCode: 399003
commit: 13201058594df18409e08f9497199942f374e744
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/arm64"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=arm64-v8a
- versionName: 2.3.2
versionCode: 399004
commit: 13201058594df18409e08f9497199942f374e744
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y make npm gcc libc-dev
- apt-get install -t bookworm-backports -y golang-go
- npm -g install yarn
init: npm install --build-from-source
gradle:
- yes
srclibs:
- go@go1.23.3
- BitBoxSwiss-gomobile@0cc14f92bb9c1f0672229aababacac30cfa08b97
- bitbox-wallet-app@9800ab44c997f6ec7f037271275cddfd28faf4b1
rm:
- android/app/libs/mobileserver.aar
prebuild:
- export COMMIT_REF=$(git rev-parse --short HEAD)
- git -C $$bitbox-wallet-app$$ checkout -f "$(cat libs/BITBOX_BRIDGE_COMMIT)"
- sed -i -e 's/PerCPUArchitecture = .*/PerCPUArchitecture = true/' build.gradle
- cd ../../
- sed -i -e '/installReferrerVersion/,+12d' node_modules/react-native-device-info/android/build.gradle
- sed -i -e '/media3-exoplayer-ima/d' node_modules/react-native-video/android/build.gradle
- npm remove react-native-vision-camera
- npm run bundle:android
- sdkmanager 'platforms;android-26'
scanignore:
- node_modules/react-native/sdks/hermesc/linux64-bin/hermesc
- node_modules/bcrypt-react-native/android/build.gradle
- node_modules/lottie-react-native/android/build.gradle
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
- node_modules/react-native-bars/android/build.gradle
- node_modules/react-native-biometrics/android/build.gradle
- node_modules/react-native-bootsplash/android/build.gradle
- node_modules/react-native-device-info/android/build.gradle
- node_modules/react-native-encrypted-storage/android/build.gradle
- node_modules/react-native-fast-image/android/build.gradle
- node_modules/react-native-get-random-values/android/build.gradle
- node_modules/react-native-linear-gradient/android/build.gradle
- node_modules/react-native-nfc-manager/android/build.gradle
- node_modules/@react-native-picker/picker/android/build.gradle
- node_modules/react-native/ReactAndroid/publish.gradle
- node_modules/react-native-safe-area-context/android/build.gradle
- node_modules/react-native-securerandom/android/build.gradle
- node_modules/react-native-svg/android/build.gradle
- node_modules/react-native-text-size/android/build.gradle
- node_modules/react-native-video/android/build.gradle
- node_modules/react-native-webview/android/build.gradle
scandelete:
- node_modules
build:
- pushd $$go$$/src
- ./make.bash
- popd
- export GOPATH=$$go$$
- export PATH="$GOPATH/bin:$PATH"
- pushd $$BitBoxSwiss-gomobile$$/cmd/gomobile
- go install .
- popd
- pushd $$bitbox-wallet-app$$/backend/mobileserver
- gomobile init
- gomobile bind -x -a -glflags="-mod=readonly" -ldflags="-s -w" -target "android/amd64"
-androidapi 26 .
- popd
- mv $$bitbox-wallet-app$$/backend/mobileserver/mobileserver.aar libs
ndk: 25.1.8937393
gradleprops:
- reactNativeArchitectures=x86_64
- versionName: 2.3.3
versionCode: 400001
commit: 932e97512aa11bf2f553247947a81e474fa3958b

View file

@ -14792,21 +14792,6 @@ Builds:
scandelete:
- app/src/androidTest/assets
- versionName: '20250109'
versionCode: 20250109
commit: 46a8e81ed14ad336ffd9d676831619ae4e4e5c5f
subdir: app
gradle:
- versionDev
rm:
- user_manual
prebuild:
- mkdir -p $HOME/.gradle
- echo "org.gradle.jvmargs=-Xmx9g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError"
> $HOME/.gradle/gradle.properties
scandelete:
- app/src/androidTest/assets
- versionName: '20250111'
versionCode: 20250111
commit: 0b8920968b3187084847f5ac00562bc32e027d32

View file

@ -941,16 +941,6 @@ Builds:
- sed -i -e 's/-XX:MaxPermSize=1024m//' ../gradle.properties
- sed -i -e '/maven.pkg.jetbrains.space/d' ../settings.gradle
- versionName: 1.4.321.202501100
versionCode: 321
commit: 6f54c41d12c61100d7734a163b6b752943bbbb2c
subdir: app
gradle:
- foss
prebuild:
- sed -i -e 's/-XX:MaxPermSize=1024m//' ../gradle.properties
- sed -i -e '/maven.pkg.jetbrains.space/d' ../settings.gradle
- versionName: 1.4.322.202501110
versionCode: 322
commit: ce7918e1f0e539a8ad511f9b3db116f021c561c1