<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/scripts/android, branch v4.9.8</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.9.8</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.9.8'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2020-03-07T20:34:43Z</updated>
<entry>
<title>travis build-scripts: update container</title>
<updated>2020-03-07T20:34:43Z</updated>
<author>
<name>Christof Arnosti</name>
<email>charno@charno.ch</email>
</author>
<published>2020-03-05T21:36:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=33643bb0af0729f79b28cc0398d6990a6537f810'/>
<id>urn:sha1:33643bb0af0729f79b28cc0398d6990a6537f810</id>
<content type='text'>
While the project doesn't use Travis anymore, these scripts are indeed
useful when building locally, so it makes sense to keep them current and
working.

Signed-off-by: Christof Arnosti &lt;charno@charno.ch&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: fix location of the build apks</title>
<updated>2019-07-18T13:39:00Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2019-07-17T07:03:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=29f4d35bc429891a735855725ed6c620a04e242c'/>
<id>urn:sha1:29f4d35bc429891a735855725ed6c620a04e242c</id>
<content type='text'>
With all upgrading, the build apks now show up in a slightly different
location. Correct this in the scripting. Notice that this is debug
building only. Release building is outside the repo.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Android: hack around the build issue with a custom container</title>
<updated>2019-07-18T13:39:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-07-16T23:59:48Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=a236dd4fd2f2a4925ad4f94075de96126980eb83'/>
<id>urn:sha1:a236dd4fd2f2a4925ad4f94075de96126980eb83</id>
<content type='text'>
Local testing seems to indicate that the build should work with this container.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android: Switch to Qt 5.12.4 container</title>
<updated>2019-07-18T13:39:00Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2019-07-14T01:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7dcfc9d96b090d2dd8d7916f8016126bada8f17e'/>
<id>urn:sha1:7dcfc9d96b090d2dd8d7916f8016126bada8f17e</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: use 5.12.03 Docker image for Android</title>
<updated>2018-12-30T19:20:34Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-12-30T00:23:50Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bae683ad5337f5c71354df24ab0c7df5f03feb4c'/>
<id>urn:sha1:bae683ad5337f5c71354df24ab0c7df5f03feb4c</id>
<content type='text'>
With this we have working arm and arm64 images (except that the arm64
image crashes when using Bluetooth).

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Android Docker: give the docker build its own output tree</title>
<updated>2018-12-30T19:20:34Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-12-29T08:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=63498df1bc614bf95bd0cce4e7a10e872f63623b'/>
<id>urn:sha1:63498df1bc614bf95bd0cce4e7a10e872f63623b</id>
<content type='text'>
Again, this is relevant for developers that do local docker android
builds, and normal android builds. A normal build uses the directory
subsurface-mobile-build-arm(64), and when doing a docker android build
this directory is shared between host and container. That sharing is
good, as it nicely exposes the build tree to the host (for easy compare,
inspection, etc.). But reusing the same tree as the local one is
inconvenient (and possibly dangerous due to all kinds of caching
issues).

So, give the docker build its own output tree for the shared
subsurface-mobile-build-arm(64) build output.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Android Docker: give the android builder its own name</title>
<updated>2018-12-30T19:20:34Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2018-12-29T07:56:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1e1457318c74dcb3b5b7dfc84cc2002c04214879'/>
<id>urn:sha1:1e1457318c74dcb3b5b7dfc84cc2002c04214879</id>
<content type='text'>
Users that use docker locally for Windows style build and Android style
builds will (probably) not like that we use the same name for both
docker containers. So, give the android builder its own name.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Android: build both 32 and 64 bit binaries</title>
<updated>2018-12-30T19:20:34Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-12-24T21:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6fb135eb463b91e61dba3b0cc5a572ebc6941af2'/>
<id>urn:sha1:6fb135eb463b91e61dba3b0cc5a572ebc6941af2</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: find the Android apk in the right spot</title>
<updated>2018-12-30T19:20:34Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-12-24T21:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=ed32331640f61c68a494d83906b087216f37ae98'/>
<id>urn:sha1:ed32331640f61c68a494d83906b087216f37ae98</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Travis: build against the Qt 5.12 Android image</title>
<updated>2018-12-30T19:20:34Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2018-12-24T04:06:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=40ff86ab758e0ca56ca91628af411fd7587eda6d'/>
<id>urn:sha1:40ff86ab758e0ca56ca91628af411fd7587eda6d</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
