mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-05 10:41:35 +00:00
Add OpenWrt CI via Github Actions.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
b8cfe1d6d3
commit
b3e9af495c
5 changed files with 85 additions and 6 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -1,4 +1,5 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
@ -10,6 +11,7 @@ on:
|
|||
types: [opened, synchronize, reopened]
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: ${{ matrix.os }} ${{ matrix.gcrypt }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue