Update Schulrechner to 1.9.0 (10900)
This commit is contained in:
parent
edc7e2142c
commit
63d4a52ee2
@ -67,8 +67,34 @@ Builds:
|
||||
- npm run update_version
|
||||
- cordova build android --release -- --packageType=apk
|
||||
|
||||
- versionName: 1.9.0
|
||||
versionCode: 10900
|
||||
commit: 77e2fd8d96519a3a47289316a8957af22c3eb407
|
||||
submodules: true
|
||||
sudo:
|
||||
- sysctl fs.inotify.max_user_watches=524288 || true
|
||||
- apt-get update
|
||||
- apt-get install -y npm
|
||||
- npm install -g cordova
|
||||
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
|
||||
prebuild:
|
||||
- sdkmanager 'platforms;android-35' 'build-tools;35.0.0'
|
||||
- cordova platform add android
|
||||
- npm install --build-from-source
|
||||
- cd mathjs
|
||||
- npm install --build-from-source
|
||||
scandelete:
|
||||
- node_modules
|
||||
build:
|
||||
- cd mathjs
|
||||
- npm run build
|
||||
- cd ..
|
||||
- mv mathjs/lib/browser/math.js www/js/math.js
|
||||
- npm run update_version
|
||||
- cordova build android --release -- --packageType=apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*\.0$
|
||||
UpdateCheckData: package.json|"versionCode":\s(\d+),|.|"version":\s"([\d.]+)"
|
||||
CurrentVersion: 1.8.0
|
||||
CurrentVersionCode: 10800
|
||||
CurrentVersion: 1.9.0
|
||||
CurrentVersionCode: 10900
|
||||
|
Loading…
x
Reference in New Issue
Block a user