Daniel Agar
435e5515df
github actions: increase nuttx and linux ccache max size to 100M
3 years ago
Daniel Agar
dc9e072e83
github actions ccache set hash_dir=false
3 years ago
Daniel Agar
52fccb1e75
github actions decrease ccache max_size selectively
3 years ago
Daniel Agar
d002002ceb
github actions increase ccache compression level
3 years ago
Jukka Laitinen
ffa5abbd65
ci: update container versions to 2021-09-08
...
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
3 years ago
Beat Küng
b12b884f4c
ci: update container version to 2021-05-04
4 years ago
David Sidrane
92344b96b3
CI Update to 2021-04-29
4 years ago
Daniel Agar
4a65ad9148
github actions decrease max ccache size
...
- lower compression level to 5 as recommended by ccache manual
4 years ago
Peter van der Perk
8242968b2b
UAVCAN v1 GPS demo with MAVCAN autoconfigure
4 years ago
Daniel Agar
71306f7f83
update all container tags to 2020-11-18
4 years ago
SalimTerryLi
6728a3a05a
boards: rename AirPi2 to PilotPi, add arm64 support, add to CI
...
* rename all
* add arm64 support
* change internal ist8310 onto I2C-1
4 years ago
David Sidrane
59ba09d73c
CI use 2020-08-14 with gcc 9.3.1
4 years ago
Daniel Agar
7016660445
github actions update actions/cache@v1.1.0 -> actions/cache@v2
5 years ago
Daniel Agar
32828c99fd
github actions get ccache working
5 years ago
TSC21
e9aba642fe
CI: bump container tags to 2020-04-01
5 years ago
TSC21
a71df40a8e
Github Actions: update workflow naming
5 years ago
TSC21
40a99f940a
bump container tags to 2020-03-29
5 years ago
TSC21
6598ce5a46
CI: bump container tags to 2020-03-16
5 years ago
Daniel Agar
df5fe85cf6
github actions add linux builds
5 years ago
Julian Kent
88c9761f1f
Add ccache to github actions
5 years ago
kritz
9390d2065b
Run github actions also on master branch ( #774 )
5 years ago
Kamil Ritz
7c179b39b8
Make test with Clang
5 years ago
Julian Oes
00728dab18
workflows: build pull requests and master
...
With this change pull requests from forks are also built.
We yet need to verify if tags/releases are built or if we need to
specify the tags as well.
5 years ago
kamilritz
d63e4edfd8
Fix github actions
5 years ago
kamilritz
fc7e8b848b
Run github actions also on PRs from forks
5 years ago
kamilritz
26125c245d
Switch from jenkins to github actions
5 years ago
Julian Oes
e64c38fa25
CI: update all docker tags
5 years ago
Julian Oes
02ecc04583
workflows: update docker tag
...
This should enable the docker images with Python 3 as default.
5 years ago
Lorenz Meier
f8ab98b5de
GH Actions: Remove submodules
...
The checkout action is not recursive, leading to build issues. Rely on auto-checkout on make instead.
5 years ago
Lorenz Meier
d86a308f76
Add access token to build_tests.yml ( #13789 )
...
Add access token to build_tests.yml
This is necessary to enable GH Actions for downstream adopters. This also enables the explicit submodule checkout.
5 years ago
Lorenz Meier
aaf033044d
GH Actions: Only build on push
...
This still captures all commits, but does not cover the merged state of the PR. All PRs need to be up-to-date before merging/rebasing, which is better practice anyway.
5 years ago
Lorenz Meier
cd75cc08d3
Add baseline SITL environment via Github actions
5 years ago