NeroBurner
4ab99d0d4b
CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware ( #1366 )
2022-10-11 22:30:51 +02:00
Jean-François Milants
6dd67eb5a2
CI worklow "build-firmware" : add the infinitime-resources packages to the build artifacts.
2022-10-11 17:25:40 +02:00
Riku Isokoski
318a97c218
Fix docker issue
2022-10-10 17:52:36 +02:00
Riku Isokoski
73918ce8af
Add clang-tidy check to display warnings on GitHub
2022-10-10 17:52:36 +02:00
mashuptwice
4fdb06acd9
Merge remote-tracking branch 'upstream/develop' into workflow-ignore-md
2022-08-25 11:34:12 +02:00
mashuptwice
4940cbda7a
removed lv_sim.yml
2022-08-25 11:30:11 +02:00
mashuptwice
5c253c10a8
Merge remote-tracking branch 'upstream/develop' into workflow-ignore-md
2022-08-25 10:56:09 +02:00
Riku Isokoski
f53e75063b
Merge CI to deduplicate events ( #1279 )
2022-08-25 08:32:46 +03:00
Riku Isokoski
e02b58bf1b
Move all images to doc. Remove old images. ( #1282 )
2022-08-21 14:42:53 +03:00
mashuptwice
d00a5d1e37
workflow: ignore changes in *.md files
2022-08-11 01:42:17 +02:00
Finlay Davidson
fdad3fc985
Fix Docker workflow not pushing on manual trigger
...
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-19 11:53:56 +02:00
Jean-François Milants
2497749715
Merge branch 'develop' of github.com:JF002/Pinetime into develop
2022-07-09 12:19:54 +02:00
Jean-François Milants
fa17ae2098
Add 'workflow_dispatch' in the workflow file for Docker image generation to allow manually starting the workflow.
2022-07-09 12:19:38 +02:00
Finlay Davidson
358690d08b
Docker workflow use separate username for login
2022-07-09 12:05:46 +02:00
Finlay Davidson
27b73470f2
Only build Docker Images on develop, not master
2022-07-08 17:13:47 +02:00
Finlay Davidson
c3bd04f497
Make Docker workflow push to latest and commit sha
2022-07-08 17:13:47 +02:00
Finlay Davidson
1b971eebae
Don't try to cache to Docker Hub on pull request
2022-07-08 17:13:47 +02:00
Finlay Davidson
6a0aec0850
Use either a secret or infinitime as username
...
Uses either the DOCKER_HUB_USERNAME secret or just infinitime as
the username for pushing to and pulling from Docker Hub.
2022-07-08 17:13:47 +02:00
Finlay Davidson
4ee3e51605
Require event_name to be push for Docker Hub
...
Instead of just checking if it's not pull_request
2022-07-08 17:13:47 +02:00
Finlay Davidson
b089fc2c61
Hardcode the Docker Hub username as infinitime
...
This is so that pull requests that modify the docker image but
don't have the DOCKER_HUB_USERNAME secret set won't fail.
2022-07-08 17:13:47 +02:00
FintasticMan
6c23aa5626
Create GH Actions workflow to build Docker image
2022-07-08 17:13:47 +02:00
Riku Isokoski
b9f5a0745d
Don't build the firmware when only docs were modified ( #1198 )
2022-07-05 09:22:29 +03:00
FintasticMan
a1385cb481
Minor changes to clang-format workflow ( #1177 )
2022-06-11 22:45:11 +03:00
Riku Isokoski
0fabba1c9a
Remove extra linebreaks
2022-05-27 17:52:26 +02:00
Riku Isokoski
a2218dd4ad
Unzip DFU, so the artifact doesn't need to be unzipped by the user.
2022-05-27 17:52:26 +02:00
Riku Isokoski
619477cbd1
Rename uploaded files with source branch in workflows
2022-05-27 17:52:26 +02:00
Riku Isokoski
cc2d5c39ce
Cleanup workflows
2022-05-27 17:52:26 +02:00
Jean-François Milants
1ffca52715
Edit workflow to use the new docker image : infinitime/infinitime-build.
2022-05-26 11:35:25 +02:00
Jean-François Milants
123c801f17
Add comment about the workaround that was needed in the github workflow.
2022-05-26 11:35:25 +02:00
Jean-François Milants
831f93cd92
The main build workflow for GitHub Actions now uses the infinitime-build 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-26 11:35:25 +02:00
Riku Isokoski
6171c9d45d
Only test format when it is wanted
2022-05-16 23:25:47 +02:00
Riku Isokoski
a6fcdec0f8
Don't allow test-format.sh to be run locally
2022-05-16 23:25:47 +02:00
FintasticMan
8485cdb54d
Only run lv_sim GH Actions on push to develop and master
2022-05-14 12:21:35 +02:00
Yehoshua Pesach Wallach
78267eec40
fongen: don't pre-build fonts
2022-05-10 22:20:02 +02:00
Yehoshua Pesach Wallach
2ccf88c03c
fontgen: lock version at current
2022-05-10 22:20:02 +02:00
Yehoshua Pesach Wallach
e39f183efe
fontgen: make simulator build fonts too
2022-05-10 22:20:02 +02:00
Yehoshua Pesach Wallach
b9fbee1007
Added lv_font_conv to workflow main
2022-05-10 22:20:02 +02:00
Riku Isokoski
015f17cd25
Add formatting test workflow
2022-05-08 13:31:00 +02:00
Reinhold Gschweicher
7e0b053b38
CI: lv_sim: initialize libpng submodule for WITH_PNG=ON screenshot
...
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-08 21:57:20 +01:00
Reinhold Gschweicher
4c92ed410f
CI: add lv_sim workflow and upload 'infinisim' executable
...
use InfiniSim repo to build simulator in CI
2022-03-08 21:21:41 +01:00
Riku Isokoski
1ac1d5aa5a
Add issue links
2022-02-12 18:21:52 +01:00
Jackson
baa5954724
Use CMake universal build command
...
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-30 21:43:03 +01:00
Jackson
51d2888b52
Switch CI/CD to build using ninja vs. make
...
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-30 21:43:03 +01:00
Jean-François Milants
871a673a46
Tentative : fix issue template that redirect to a blank page.
2021-12-02 21:02:21 +01:00
JF
3681d3bbfd
Merge pull request #766 from Riksu9000/develop
...
Fix issue templates
2021-10-22 09:50:59 +02:00
JF
c16f37198b
Merge pull request #767 from InfiniTimeOrg/Avamander-patch-2
...
Fixed the feature request template
2021-10-20 21:15:44 +02:00
Avamander
76234de7d6
Fixed the feature request template
2021-10-20 16:41:48 +03:00
Riku Isokoski
e2d8397c08
Fix issue templates
2021-10-20 15:37:56 +03:00
NeroBurner
86bcea9e99
CI: add pintime-recovery to build jobs
...
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-18 08:08:43 +02:00
Avamander
4f7c675ae3
Removed the title prefix
2021-10-08 18:38:45 +03:00