aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
Commit message (Expand)AuthorAgeFilesLines
* CI: add support for getting ccache cache from S3Christian Marangi2023-10-241-3/+37
* CI: build: limit cache save/delete only on push eventsChristian Marangi2023-10-241-2/+2
* CI: build: fix ccache cache usageChristian Marangi2023-10-241-1/+12
* CI: build: add option to define custom ccache cache typeChristian Marangi2023-10-241-2/+5
* CI: build: add option to disable use of ccacheChristian Marangi2023-10-241-5/+13
* CI: build: add job to remove previous ccache cache if already existChristian Marangi2023-10-241-0/+11
* CI: build: split cache ccache in separate restore and save jobsChristian Marangi2023-10-241-2/+9
* CI: build: Add support to use container included external toolchainChristian Marangi2023-10-241-1/+20
* CI: build: add checks to test if toolchain container can be usedChristian Marangi2023-10-241-2/+18
* CI: build: add option to configure container to useChristian Marangi2023-10-241-1/+4
* CI: build: package external toolchain after buildChristian Marangi2023-10-241-0/+26
* CI: build: drop redundant generate ccache hash jobChristian Marangi2023-10-241-9/+1
* CI: build: fix parse toolchain step failing for git strict rulesChristian Marangi2023-05-251-22/+22
* CI: rework build workflow to have split target and subtarget directlyChristian Marangi2023-05-241-18/+14
* ci: add Coverity Scan scheduled workflowPetr Štetiar2023-04-261-0/+70
* CI: build: disable cache of external toolchain/sdkChristian Marangi2023-03-221-13/+2
* CI: use openwrt official tools container by defaultChristian Marangi2023-01-311-0/+8
* CI: tools: directly copy prebuilt tools in containerChristian Marangi2023-01-231-5/+10
* CI: build: fallback to compile toolchain if external toolchain failChristian Marangi2023-01-111-3/+5
* CI: build: fix external toolchain use with release tag testsChristian Marangi2023-01-041-1/+1
* CI: build: make kernel build configurableChristian Marangi2022-12-161-0/+4
* CI: improve build naming for shared workflowChristian Marangi2022-12-161-2/+2
* CI: build: skip sdk adapt to external toolchain on cache hitChristian Marangi2022-12-071-1/+1
* CI: build: fix use of sdk as toolchainChristian Marangi2022-12-061-0/+28
* CI: build: fix matching for openwrt release branch for toolchain parsingChristian Marangi2022-12-041-6/+8
* CI: fix matching for openwrt release branch for container selectionChristian Marangi2022-12-041-4/+6
* CI: build: add support to fallback to sdk for external toolchainChristian Marangi2022-12-041-8/+33
* CI: build: add support for external toolchains from stable branchChristian Marangi2022-12-041-2/+27
* CI: build: add support for per branch tools containerChristian Marangi2022-12-041-1/+28
* CI: Build all boards and testing kernelHauke Mehrtens2022-12-031-0/+20
* CI: Allow building with internal toolchainHauke Mehrtens2022-12-031-1/+20
* CI: Extract the OpenWrt building to own sub workflowHauke Mehrtens2022-12-031-0/+213