ci: Add job to build the tool

This commit is contained in:
Tim Crawford 2021-02-23 08:25:24 -07:00 committed by Jeremy Soller
parent 340ddd2e81
commit 221da86e20

View File

@ -12,7 +12,18 @@ jobs:
- name: Check SPDX identifiers
run: ./scripts/spdx.sh
build:
tool:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: ./scripts/deps.sh
- name: Build tool
run: cargo build --release --manifest-path tool/Cargo.toml
ec:
runs-on: ubuntu-20.04
strategy:
matrix: