Commit graph

6 commits

Author SHA1 Message Date
Nick Hainke
2ac7b9d408 workflow: fix workflow
Signed-off-by: Nick Hainke <vincent@systemli.org>
2022-06-09 07:57:27 +02:00
Nick Hainke
e1275713c0 github: fix workflow
The current sdk changed from gcc 8 to gcc 11.2.0.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2021-10-25 21:30:19 +02:00
David Bauer
fa6b5d4358 github: set CONFIG_SRC_TREE_OVERRIDE in actions CI
The OpenWrt config needs to have CONFIG_SRC_TREE_OVERRIDE enabled in
order to build from the version checked out in the linked source-tree.

This was forgotten when adding the CI and therefore the CI was always
building the version from the packages feed.
2020-05-08 19:47:28 +02:00
David Bauer
c497e18537 github: fix link to dawn source
This was previously a relative path which obviously didn't work at the
target location.
2020-05-08 19:46:57 +02:00
David Bauer
991eb26ed7 github: use v2 for checkout action
v1 does not support the path option, thus the repository is always
cloned to the workspace root.
2020-05-08 19:46:37 +02:00
David Bauer
1ecbea1514 github: add GitHub Actions CI
This adds a GitHub actions workflow for building DAWN from this
repository using the OpenWrt SDK.

The resulting package is archived as an artifact available to download.
2020-05-01 18:10:13 +02:00