<feed xmlns='http://www.w3.org/2005/Atom'>
<title>infinitime.git/.github/workflows, branch ultraredux-heart</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/'/>
<entry>
<title>CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshot</title>
<updated>2022-03-08T20:57:20Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2022-03-08T20:28:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=7e0b053b38d0491eb4ee666be34d0ea2ab029d19'/>
<id>7e0b053b38d0491eb4ee666be34d0ea2ab029d19</id>
<content type='text'>
InfiniSim PR https://github.com/InfiniTimeOrg/InfiniSim/pull/10 adds
support for screenshots in png/bmp format using `libpng` submodule.
This new submodule must be added to the lv_sim workflow as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
InfiniSim PR https://github.com/InfiniTimeOrg/InfiniSim/pull/10 adds
support for screenshots in png/bmp format using `libpng` submodule.
This new submodule must be added to the lv_sim workflow as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: add lv_sim workflow and upload 'infinisim' executable</title>
<updated>2022-03-08T20:21:41Z</updated>
<author>
<name>Reinhold Gschweicher</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2022-02-01T20:48:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=4c92ed410f89ba398b8762384bae395ff1d344c9'/>
<id>4c92ed410f89ba398b8762384bae395ff1d344c9</id>
<content type='text'>
use InfiniSim repo to build simulator in CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use InfiniSim repo to build simulator in CI
</pre>
</div>
</content>
</entry>
<entry>
<title>Use CMake universal build command</title>
<updated>2021-12-30T20:43:03Z</updated>
<author>
<name>Jackson</name>
<email>jharmer95@gmail.com</email>
</author>
<published>2021-12-07T20:38:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=baa5954724a91b81e35812ffd1939438689f3446'/>
<id>baa5954724a91b81e35812ffd1939438689f3446</id>
<content type='text'>
Rather than using generator-specific build commands (ex. `make` or `ninja`), the CI build now uses `cmake --build` for a more modern, best practices approach.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rather than using generator-specific build commands (ex. `make` or `ninja`), the CI build now uses `cmake --build` for a more modern, best practices approach.</pre>
</div>
</content>
</entry>
<entry>
<title>Switch CI/CD to build using ninja vs. make</title>
<updated>2021-12-30T20:43:03Z</updated>
<author>
<name>Jackson</name>
<email>jharmer95@gmail.com</email>
</author>
<published>2021-11-29T17:54:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=51d2888b52cb5d8563426954ac4b06679314cee5'/>
<id>51d2888b52cb5d8563426954ac4b06679314cee5</id>
<content type='text'>
By switching the CI/CD workflow to use CMake's `ninja` backend, the build time goes down considerably (~4.5 minutes to ~2) compared to GNU Make</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By switching the CI/CD workflow to use CMake's `ninja` backend, the build time goes down considerably (~4.5 minutes to ~2) compared to GNU Make</pre>
</div>
</content>
</entry>
<entry>
<title>CI: add pintime-recovery to build jobs</title>
<updated>2021-10-18T06:08:43Z</updated>
<author>
<name>NeroBurner</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-10-18T06:08:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=86bcea9e99ac8f68251ca615320478f75a29aca9'/>
<id>86bcea9e99ac8f68251ca615320478f75a29aca9</id>
<content type='text'>
The recovery image "it is the last chance before a brick",
as described in https://github.com/InfiniTimeOrg/InfiniTime/issues/742#issuecomment-943665960

So just build it to make sure it doesn't silently break, but don't upload it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The recovery image "it is the last chance before a brick",
as described in https://github.com/InfiniTimeOrg/InfiniTime/issues/742#issuecomment-943665960

So just build it to make sure it doesn't silently break, but don't upload it.</pre>
</div>
</content>
</entry>
<entry>
<title>Run CI on master and develop branch</title>
<updated>2021-09-10T21:42:49Z</updated>
<author>
<name>NeroBurner</name>
<email>pyro4hell@gmail.com</email>
</author>
<published>2021-09-10T21:42:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=3cc00771fa6528433b2ec4d787dc6bfefd948390'/>
<id>3cc00771fa6528433b2ec4d787dc6bfefd948390</id>
<content type='text'>
The documentation https://github.com/JF002/InfiniTime/blob/develop/doc/contribute.md#how-to-submit-a-pull-request-
tells us to make pull requests against `develop` branch.
Update the CI to run on those pull requests to have a check if the PR breaks something unintentionally.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The documentation https://github.com/JF002/InfiniTime/blob/develop/doc/contribute.md#how-to-submit-a-pull-request-
tells us to make pull requests against `develop` branch.
Update the CI to run on those pull requests to have a check if the PR breaks something unintentionally.</pre>
</div>
</content>
</entry>
<entry>
<title>Github Action - update mcuboot version</title>
<updated>2021-08-14T18:46:29Z</updated>
<author>
<name>mabuch</name>
<email>marcel.buechler@gmail.com</email>
</author>
<published>2021-08-14T18:46:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=40afae3833efd2220bac168467d82e3ca6c350be'/>
<id>40afae3833efd2220bac168467d82e3ca6c350be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Github Action build Firmware</title>
<updated>2021-08-14T12:47:00Z</updated>
<author>
<name>mabuch</name>
<email>marcel.buechler@gmail.com</email>
</author>
<published>2021-08-14T12:47:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=fbb4e8c6ae461697e7151927205ce134eb26de53'/>
<id>fbb4e8c6ae461697e7151927205ce134eb26de53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small correction to git URL in documentation files</title>
<updated>2021-03-15T23:13:46Z</updated>
<author>
<name>Martin Ashby</name>
<email>martin@ashbysoft.com</email>
</author>
<published>2021-03-15T23:07:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=bca7ba4eed437361c93af6316b810e97dd071d67'/>
<id>bca7ba4eed437361c93af6316b810e97dd071d67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update main.yml</title>
<updated>2020-11-14T22:10:05Z</updated>
<author>
<name>Miguel Ángel Ordóñez Moya</name>
<email>miguemoya@users.noreply.github.com</email>
</author>
<published>2020-11-14T22:10:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.tidal.blue/infinitime.git/commit/?id=3c7258ddb8e22f98f144cfc9683445aca3132ac1'/>
<id>3c7258ddb8e22f98f144cfc9683445aca3132ac1</id>
<content type='text'>
When installing Cmake you get Error: The add-path command is deprecated and will be disabled on November 16th...
And the file pinetime-mcuboot-app-dfu.zip was being generated as pinetime-mcuboot-app-dfu.zip.zip</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When installing Cmake you get Error: The add-path command is deprecated and will be disabled on November 16th...
And the file pinetime-mcuboot-app-dfu.zip was being generated as pinetime-mcuboot-app-dfu.zip.zip</pre>
</div>
</content>
</entry>
</feed>
