summaryrefslogtreecommitdiff
path: root/.github/workflows/lv_sim.yml
AgeCommit message (Collapse)AuthorFilesLines
2022-08-25Merge CI to deduplicate events (#1279)Riku Isokoski1-72/+0
2022-08-21Move all images to doc. Remove old images. (#1282)Riku Isokoski1-2/+0
2022-07-19Fix Docker workflow not pushing on manual triggerFinlay Davidson1-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.
2022-07-05Don't build the firmware when only docs were modified (#1198)Riku Isokoski1-0/+6
2022-05-27Rename uploaded files with source branch in workflowsRiku Isokoski1-2/+2
2022-05-27Cleanup workflowsRiku Isokoski1-12/+0
2022-05-14Only run lv_sim GH Actions on push to develop and masterFintasticMan1-2/+2
2022-05-10fongen: don't pre-build fontsYehoshua Pesach Wallach1-5/+0
2022-05-10fontgen: lock version at currentYehoshua Pesach Wallach1-1/+1
2022-05-10fontgen: make simulator build fonts tooYehoshua Pesach Wallach1-0/+9
2022-03-08CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshotReinhold Gschweicher1-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.
2022-03-08CI: add lv_sim workflow and upload 'infinisim' executableReinhold Gschweicher1-0/+74
use InfiniSim repo to build simulator in CI