trime: fix 3.2.0

This commit is contained in:
linsui 2021-06-10 18:51:09 +08:00 committed by linsui
parent dfffb05b85
commit 8bc79aa1c0
2 changed files with 13 additions and 1 deletions

View File

@ -42,12 +42,22 @@ Builds:
- versionName: 3.2.0
versionCode: 20210604
disable: https://github.com/osfans/trime/issues/418
commit: v3.2.0
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get -y install g++
- pushd build/srclib/capnproto/c++
- autoreconf -i
- ./configure
- make -j`nproc` check
- make install
- popd
gradle:
- yes
srclibs:
- capnproto@v0.8.0
prebuild: $$SDK$$/tools/bin/sdkmanager 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni

2
srclibs/capnproto.yml Normal file
View File

@ -0,0 +1,2 @@
RepoType: git
Repo: https://github.com/sandstorm-io/capnproto