Browse Source

[TravisCI] provide snapshot builds for Ubuntu Yakkety (16.10)

Andy Li 8 years ago
parent
commit
1528403c20
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/RunCi.hx

+ 1 - 0
tests/RunCi.hx

@@ -778,6 +778,7 @@ class RunCi {
 			runCommand('gbp import-orig "../haxe_${SNAPSHOT_VERSION}.orig.tar.gz" -u "${SNAPSHOT_VERSION}" --debian-branch=next');
 			runCommand('dch -v "1:${SNAPSHOT_VERSION}-1" --urgency low "snapshot build"');
 			runCommand("debuild -S -sa");
+			runCommand("backportpackage -d yakkety --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("backportpackage -d xenial  --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("backportpackage -d wily    --upload ${PPA} --yes ../haxe_*.dsc");
 			runCommand("backportpackage -d vivid   --upload ${PPA} --yes ../haxe_*.dsc");