Files
jami-client-android/.cqfdrc
Adrien Béraud 1a055c4e30 build: update for jami-android
Change-Id: I22f65d76009fea8ff29bb54cd6203c7a8f0a2a9a
2023-01-25 14:20:47 -05:00

18 lines
249 B
Plaintext

[project]
org='savoirfairelinux'
name='jami'
[build]
; default behaviour
command='./compile.sh'
flavors='ci release daemon'
[ci]
command='./compile.sh'
[daemon]
command='./compile.sh --daemon'
[release]
command='./compile.sh --daemon --release'