Try to build on Xenial

This commit is contained in:
Reinhard Pointner 2019-02-04 17:10:31 +07:00
parent 253593860a
commit 442890c063
1 changed files with 1 additions and 3 deletions

View File

@ -600,9 +600,7 @@
<fileset dir="${dir.base}" includes="**/bin/**" />
</chmod>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes">
<arg line="cleanbuild" />
</exec>
<exec executable="snapcraft" dir="${dir.staging}" failonerror="yes" />
</target>