mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
ausweisapp2 - update recipe
This commit is contained in:
parent
77a0aeea45
commit
c799ec3f6b
1 changed files with 4 additions and 6 deletions
|
|
@ -603,8 +603,7 @@ Builds:
|
|||
timeout: 40000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake -t bullseye-backports
|
||||
- apt-get install -y build-essential ccache g++ make maven ninja-build
|
||||
- apt-get install -y build-essential ccache cmake g++ make maven ninja-build
|
||||
output: build/dist/AusweisApp-$$VERSION$$-armeabi-v7a.apk
|
||||
rm:
|
||||
- test/fixture
|
||||
|
|
@ -625,7 +624,7 @@ Builds:
|
|||
- make -j$(nproc)
|
||||
- make install
|
||||
- make apk
|
||||
ndk: r26b
|
||||
ndk: 26.1.10909125
|
||||
|
||||
- versionName: 2.1.1
|
||||
versionCode: 133
|
||||
|
|
@ -633,8 +632,7 @@ Builds:
|
|||
timeout: 40000
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y cmake -t bullseye-backports
|
||||
- apt-get install -y build-essential ccache g++ make maven ninja-build
|
||||
- apt-get install -y build-essential ccache cmake g++ make maven ninja-build
|
||||
output: build/dist/AusweisApp-$$VERSION$$-arm64-v8a.apk
|
||||
rm:
|
||||
- test/fixture
|
||||
|
|
@ -656,7 +654,7 @@ Builds:
|
|||
- make -j$(nproc)
|
||||
- make install
|
||||
- make apk
|
||||
ndk: r26b
|
||||
ndk: 26.1.10909125
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
|
|
|
|||
Loading…
Reference in a new issue