summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-05-27Unzip DFU, so the artifact doesn't need to be unzipped by the user.Riku Isokoski
2022-05-27Rename uploaded files with source branch in workflowsRiku Isokoski
2022-05-27Cleanup workflowsRiku Isokoski
2022-05-26Edit workflow to use the new docker image : infinitime/infinitime-build.Jean-François Milants
2022-05-26Add comment about the workaround that was needed in the github workflow.Jean-François Milants
2022-05-26The main build workflow for GitHub Actions now uses the infinitime-build ↵Jean-François Milants
docker image to build the firmware. This allows to avoid the duplication of the build logic in Docker and Github workflow format. The Dockerfile has been slightly adapted (remove the USER instructions). Docker images are now published in DockerHub (jf002/infinitime-build).
2022-05-16Only test format when it is wantedRiku Isokoski
2022-05-16Don't allow test-format.sh to be run locallyRiku Isokoski
2022-05-14Only run lv_sim GH Actions on push to develop and masterFintasticMan
2022-05-10fongen: don't pre-build fontsYehoshua Pesach Wallach
2022-05-10fontgen: lock version at currentYehoshua Pesach Wallach
2022-05-10fontgen: make simulator build fonts tooYehoshua Pesach Wallach
2022-05-10Added lv_font_conv to workflow mainYehoshua Pesach Wallach
2022-05-08Add formatting test workflowRiku Isokoski
2022-03-08CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshotReinhold Gschweicher
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.
2022-03-08CI: add lv_sim workflow and upload 'infinisim' executableReinhold Gschweicher
use InfiniSim repo to build simulator in CI
2022-02-12Add issue linksRiku Isokoski
2021-12-30Use CMake universal build commandJackson
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.
2021-12-30Switch CI/CD to build using ninja vs. makeJackson
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
2021-12-02Tentative : fix issue template that redirect to a blank page.Jean-François Milants
2021-10-22Merge pull request #766 from Riksu9000/developJF
Fix issue templates
2021-10-20Merge pull request #767 from InfiniTimeOrg/Avamander-patch-2JF
Fixed the feature request template
2021-10-20Fixed the feature request templateAvamander
2021-10-20Fix issue templatesRiku Isokoski
2021-10-18CI: add pintime-recovery to build jobsNeroBurner
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.
2021-10-08Removed the title prefixAvamander
2021-10-05Fixed feature request template according to ↵Jean-François Milants
https://github.com/InfiniTimeOrg/InfiniTime/pull/705#issuecomment-933820293
2021-09-30Add templates for bug reports and feature requestsFederico Igne
2021-09-10Run CI on master and develop branchNeroBurner
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.
2021-08-14Github Action - update mcuboot versionmabuch
2021-08-14fix Github Action build Firmwaremabuch
2021-03-15Small correction to git URL in documentation filesMartin Ashby
2021-01-17Create FUNDING.ymlAvamander
Added a link to the LiberaPay donation page
2020-11-14Update main.ymlMiguel Ángel Ordóñez Moya
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
2020-09-27Backport Github Actions files from master branch.JF
2020-07-25Fix conflictJF