aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeFilesLines
* github CI: fetch history too, to allow detection of version tagsSelene ToyKeeper2023-12-021-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 trunkSelene ToyKeeper2023-12-021-4/+7
|
* fetch tags on CI checkout, so 'git describe' can workSelene ToyKeeper2023-12-021-0/+3
|
* fail pull requests if author accidentally committed a new version.hSelene ToyKeeper2023-11-071-0/+4
|
* fixed invalid characters in github artifact namesSelene ToyKeeper2023-11-051-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 triggersSelene ToyKeeper2023-11-051-1/+1
| | | | (the action works and seems ready to merge)
* test: is apt-get any faster than apt?Selene ToyKeeper2023-11-051-3/+3
|
* github actions: cache the Atmel DFP files between runsSelene ToyKeeper2023-11-051-2/+13
|
* initial test to fix branch names and see if actions workSelene ToyKeeper2023-11-051-6/+11
|
* basic compile workflow publishing artifacts to testTom Hensel2023-11-051-0/+33