Skip to content

Refactored CIs to use a matrix for cryptography backend feature flags. #120

Refactored CIs to use a matrix for cryptography backend feature flags.

Refactored CIs to use a matrix for cryptography backend feature flags. #120

Workflow file for this run

name: Build-TLV-Tool
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cd tools/tlv_tool; cargo build --verbose
- name: Archive artifacts
uses: actions/upload-artifact@v2
with:
name: tlv_tool
path: tools/tlv_tool/target/debug/tlv_tool