Add resulting APK to the hydra build products
This commit is contained in:
parent
ad31fcad52
commit
ad4ed70128
@ -37,5 +37,8 @@ stdenv.mkDerivation {
|
||||
installPhase = ''
|
||||
mkdir -p $out
|
||||
mv bin/*-${if release then "release" else "debug"}.apk $out
|
||||
|
||||
mkdir -p $out/nix-support
|
||||
echo "apk apk $(ls $out/*.apk)" > $out/nix-support/hydra-build-products
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user