Add OpenWrt CI via Github Actions.

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni Uhlig 2022-09-14 12:53:55 +02:00
parent b8cfe1d6d3
commit b3e9af495c
No known key found for this signature in database
GPG key ID: 22C5333D922537D2
5 changed files with 85 additions and 6 deletions

View file

@ -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 }}