Skip to content
Snippets Groups Projects
Commit 4c9e6513 authored by Alexandre Lision's avatar Alexandre Lision Committed by Romain B.
Browse files

cqfd: add android configuration


cqfd configuration file tailored for android, android_cqfdrc
It contains different flavors working for the android client (debug,
release, daemon-only)

cqfd relies on a dockerfile. This file will be in the client-android repo.

Command example:
./cqfd -f .cqfd/android_cqfdrc -d client-android/ release

Change-Id: If0217959b89291f358ac1db6014012812086832e
Reviewed-by: default avatarRomain Bertozzi <romain.bertozzi@savoirfairelinux.com>
parent b93272d3
No related branches found
No related tags found
No related merge requests found
[project]
org='savoirfairelinux'
name='ring'
[build]
; default behaviour
command='cd client-android && ./compile.sh'
flavors='ci release daemon'
[ci]
command='cd client-android && ./compile.sh'
[daemon]
command='cd client-android && ./compile.sh --daemon'
[release]
command='cd client-android && ./compile.sh --release'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment