mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 20:17:42 +00:00
1280 lines
41 KiB
YAML
1280 lines
41 KiB
YAML
Categories:
|
|
- Multimedia
|
|
- Online Media Player
|
|
License: AGPL-3.0-only
|
|
AuthorName: WardPearce
|
|
AuthorEmail: wardpearce@pm.me
|
|
AuthorWebSite: https://wardpearce.com
|
|
WebSite: https://materialio.us
|
|
SourceCode: https://github.com/Materialious/Materialious
|
|
|
|
AutoName: Materialious
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Materialious/Materialious.git
|
|
|
|
Builds:
|
|
- versionName: 1.3.2
|
|
versionCode: 31
|
|
commit: 7b554e25bc5d7689fd8281b23c867089c4f41d6a
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y npm golang-go make
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.19.12
|
|
prebuild:
|
|
- cd ../..
|
|
- npm install
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
|
|
|
- versionName: 1.4.3
|
|
versionCode: 40
|
|
commit: db7ca0da94778de09908f40b3933429cad3c0b5b
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y npm golang-go make
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.19.12
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- cd ../..
|
|
- npm install
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
|
|
|
- versionName: 1.6.7
|
|
versionCode: 58
|
|
commit: e95ec416b7fdba1d65974cf134b3d5ad278230ec
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.6.9
|
|
versionCode: 60
|
|
commit: ba1c85de2b5a5fe833ac4b5b214693bcfd1ff49f
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.6.12
|
|
versionCode: 63
|
|
commit: 7f762bbeb71c17cd3202ff7181186e1be1aab87b
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.6.14
|
|
versionCode: 65
|
|
commit: 3724ad333fd492b76ddcb1c95112ed1eb5b16cb2
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.6.16
|
|
versionCode: 67
|
|
commit: dccb260ad757c1efd66b51673721d72111b0f0b0
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.6.21
|
|
versionCode: 72
|
|
commit: c0e0a9bb7611b2737d8d40bec3ff8325ecf85d00
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.6.22
|
|
versionCode: 73
|
|
commit: bb002aae39af50713975dc6ee9f3645a19760cb6
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/svelte-i18n/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.4
|
|
versionCode: 86
|
|
commit: 2cc313c8f18ffb7b96f1c3f69b2d18e3794625bb
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.6
|
|
versionCode: 88
|
|
commit: a4b05869a5d01d249d0bb4deb9f370200c33d301
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.9
|
|
versionCode: 91
|
|
commit: 870c47e7ecab4a5daa7ec30b6dde5cf5747ae501
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.14
|
|
versionCode: 96
|
|
commit: 331771647d087e5dbae0df117e3e50c3639a436e
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.20
|
|
versionCode: 102
|
|
commit: c294bbb98b2668a36ccf44983cd6369cbe65dba9
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.21
|
|
versionCode: 103
|
|
commit: ac91e190adb22bae9e8f2de03bcd3185165e96dc
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.7.22
|
|
versionCode: 104
|
|
commit: 7867daf14b3c0574a63f5104063cbbfbd1553bec
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.8.4
|
|
versionCode: 108
|
|
commit: aedd01078ac110798a642319789256377a83fabf
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.8.5
|
|
versionCode: 109
|
|
commit: 0e27e05f7b269f71ed629153c555f9f0272ad545
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.8.10
|
|
versionCode: 114
|
|
commit: 890feab86c4980601c3721195c921db9c8140c0c
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.17.3
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.3
|
|
versionCode: 120
|
|
commit: d835821ce16412eb2f7dc7ab7633da550b844e04
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.5
|
|
versionCode: 122
|
|
commit: fa35464bf6600abd713ac621e0d9b59f679a65b7
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.6
|
|
versionCode: 123
|
|
commit: d71ec9c91070f02695a1134b7eeca43695b4d8d8
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.10
|
|
versionCode: 127
|
|
commit: 51ae8aad747255ecdd680ac71dc9d94a0344f618
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.13
|
|
versionCode: 130
|
|
commit: a0096982f9b068bf514397e72d110565943718b2
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.18
|
|
versionCode: 135
|
|
commit: 3e903dc85c934fea3c7d2a786cbd3de28489571b
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.20
|
|
versionCode: 137
|
|
commit: 29c281f62f218ff5e55ad15ba3da7785a84678ec
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.21
|
|
versionCode: 138
|
|
commit: 8cc4448d0954e1579a7a9b0d66609d48fee73258
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.9.23
|
|
versionCode: 140
|
|
commit: 182c0a1840dc0a7ac20cd562ed2c718822699bb4
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: r25b
|
|
|
|
- versionName: 1.10.2
|
|
versionCode: 143
|
|
commit: 49fd4c4f67633fd45db8a8543a3029d88fb7759a
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: 27.0.12077973
|
|
|
|
- versionName: 1.10.3
|
|
versionCode: 144
|
|
commit: 6d111451404b48b5ac03a9bc31fd5debb531c008
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: 27.0.12077973
|
|
|
|
- versionName: 1.10.4
|
|
versionCode: 145
|
|
commit: dc9f86f9a9b170c277d7129f1bff70e8f87a4e0d
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: 27.0.12077973
|
|
|
|
- versionName: 1.10.6
|
|
versionCode: 147
|
|
commit: 6ee24b1cd77454a5b2e3a18bbf67e998504cfb95
|
|
timeout: 20000
|
|
subdir: materialious/android/app
|
|
sudo:
|
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
|
- apt-get update
|
|
- apt-get install -y build-essential cmake golang-go gcc-multilib g++-multilib
|
|
make
|
|
- apt-get install -y -t trixie npm
|
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- esbuild@v0.24.0
|
|
- NodejsMobile@v18.20.4
|
|
prebuild:
|
|
- sed -i -e '/enable true/d' build.gradle
|
|
- sed -i -e '/gms/d' ../build.gradle
|
|
- sed -i -e 's/-Xmx1536m/-Xmx4096m/' ../gradle.properties
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
- pushd static/nodejs-android
|
|
- npm install
|
|
- popd
|
|
- npm run build
|
|
- npx cap sync
|
|
scandelete:
|
|
- materialious/node_modules
|
|
build:
|
|
- pushd $$NodejsMobile$$
|
|
- ./tools/android_build.sh $$NDK$$ 24
|
|
- popd
|
|
- cp -a $$NodejsMobile$$/out_android/* ../../node_modules/capacitor-nodejs/android/libnode/bin/
|
|
- pushd $$esbuild$$
|
|
- make esbuild
|
|
- popd
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/esbuild/bin/esbuild
|
|
- cp $$esbuild$$/esbuild ../../node_modules/vite/node_modules/@esbuild/linux-x64/bin/esbuild
|
|
ndk: 27.0.12077973
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.10.6
|
|
CurrentVersionCode: 147
|