aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/lv_sim.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge CI to deduplicate events (#1279)Riku Isokoski2022-08-251-72/+0
|
* Move all images to doc. Remove old images. (#1282)Riku Isokoski2022-08-211-2/+0
|
* Fix Docker workflow not pushing on manual triggerFinlay Davidson2022-07-191-1/+3
| | | | | | | | Also fix issue where workflow fails on pull requests when the user who made the pull request doesn't have the secrets set. Also allow other workflows to be triggered manually. Also don't trigger any workflows on pull requests to master, as there shouldn't be any pull requests against master.
* Don't build the firmware when only docs were modified (#1198)Riku Isokoski2022-07-051-0/+6
|
* Rename uploaded files with source branch in workflowsRiku Isokoski2022-05-271-2/+2
|
* Cleanup workflowsRiku Isokoski2022-05-271-12/+0
|
* Only run lv_sim GH Actions on push to develop and masterFintasticMan2022-05-141-2/+2
|
* fongen: don't pre-build fontsYehoshua Pesach Wallach2022-05-101-5/+0
|
* fontgen: lock version at currentYehoshua Pesach Wallach2022-05-101-1/+1
|
* fontgen: make simulator build fonts tooYehoshua Pesach Wallach2022-05-101-0/+9
|
* CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshotReinhold Gschweicher2022-03-081-1/+1
| | | | | | 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.
* CI: add lv_sim workflow and upload 'infinisim' executableReinhold Gschweicher2022-03-081-0/+74
use InfiniSim repo to build simulator in CI