Skip to content

Commit

Permalink
add github actions
Browse files Browse the repository at this point in the history
Signed-off-by: huangziyi <[email protected]>
  • Loading branch information
MrThanlon committed Dec 27, 2023
1 parent 0c4fd11 commit 070db09
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@ on:
tags:
- 'v*.*.*'
branches:
- master
- k230

pull_request:
branches:
- master
- k230

jobs:
build:
runs-on: ${{ matrix.map.os }}
strategy:
matrix:
map: [{os: windows-2019, host: windows, suffix: exe},
{os: ubuntu-20.04, host: linux, suffix: run},
{os: macos-11, host: mac, suffix: dmg},
map: [{os: ubuntu-20.04, host: linux, suffix: run},
{os: ubuntu-20.04, host: linux-rpi, suffix: tar.gz}]
fail-fast: false
steps:
Expand Down

0 comments on commit 070db09

Please sign in to comment.