projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1901aba
)
ci: add github test workflow
author
Paul Spooren
<
[email protected]
>
Thu, 26 Oct 2023 07:21:28 +0000
(09:21 +0200)
committer
Daniel Golle
<
[email protected]
>
Wed, 20 Mar 2024 18:47:29 +0000
(18:47 +0000)
Signed-off-by: Paul Spooren <
[email protected]
>
.github/workflows/build.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/workflows/build.yml
b/.github/workflows/build.yml
new file mode 100644
(file)
index 0000000..
577f11f
--- /dev/null
+++ b/
.github/workflows/build.yml
@@ -0,0
+1,26
@@
+name: OpenWrt CI testing
+
+on: [ push, pull_request ]
+env:
+ CI_ENABLE_UNIT_TESTING: 0
+ CI_TARGET_BUILD_DEPENDS: libubox
+
+jobs:
+ native_testing:
+ name: Various native checks
+ runs-on: ubuntu-20.04
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - uses: ynezz/
[email protected]
+
+ - name: Upload build artifacts
+ uses: actions/upload-artifact@v2
+ if: failure()
+ with:
+ name: native-build-artifacts
+ if-no-files-found: ignore
+ path: |
+ build/scan
+ tests/cram/**/*.t.err