rs-matter/.github/workflows/build-tlv-tool.yml

26 lines
412 B
YAML
Raw Normal View History

name: Build-TLV-Tool
on:
push:
2022-12-28 14:59:07 +05:30
branches: [ main ]
pull_request:
2022-12-28 14:59:07 +05:30
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cd tools/tlv; cargo build
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: tlv
path: tools/tlv/target/debug/tlv