| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix "Error: Missing download info for actions/upload-artifact@v3" | Selene ToyKeeper | 2025-05-10 | 1 | -1/+1 |
| | | | | | | | | | | Apparently that got deprecated and removed. Seems like something GitHub should maybe notify users about before removing it, instead of finding out through a build failure plus googling the error message. But it seems to be a trivial fix, at least. https://github.com/orgs/community/discussions/152695 | ||||
| * | Allow manually running GitHub actions workflows | SiteRelEnby | 2024-02-29 | 1 | -1/+1 |
| | | | | | https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow | ||||
| * | github CI: fetch history too, to allow detection of version tags | Selene ToyKeeper | 2023-12-02 | 1 | -1/+2 |
| | | | | | | | It needs history to determine which tag precedes the current commit. This could be expensive on large repos, but for Anduril it seems to only increase the checkout size by about 40% or so. (11 MiB -> 15 MiB) | ||||
| * | run CI on all branches, not just on trunk | Selene ToyKeeper | 2023-12-02 | 1 | -4/+7 |
| | | |||||
| * | fetch tags on CI checkout, so 'git describe' can work | Selene ToyKeeper | 2023-12-02 | 1 | -0/+3 |
| | | |||||
| * | fail pull requests if author accidentally committed a new version.h | Selene ToyKeeper | 2023-11-07 | 1 | -0/+4 |
| | | |||||
| * | fixed invalid characters in github artifact names | Selene ToyKeeper | 2023-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | This failed just a couple runs after adding CI, giving an error when someone had a slash in their pull request title: Error: Artifact name is not valid: build all-6/merge-4d210ad-8. Contains the following character: Forward slash / But the filename seems plenty unique even without the ${GITHUB_REF_NAME}, so I removed it. | ||||
| * | removed test branch from action triggers | Selene ToyKeeper | 2023-11-05 | 1 | -1/+1 |
| | | | | | (the action works and seems ready to merge) | ||||
| * | test: is apt-get any faster than apt? | Selene ToyKeeper | 2023-11-05 | 1 | -3/+3 |
| | | |||||
| * | github actions: cache the Atmel DFP files between runs | Selene ToyKeeper | 2023-11-05 | 1 | -2/+13 |
| | | |||||
| * | initial test to fix branch names and see if actions work | Selene ToyKeeper | 2023-11-05 | 1 | -6/+11 |
| | | |||||
| * | basic compile workflow publishing artifacts to test | Tom Hensel | 2023-11-05 | 1 | -0/+33 |
