build: Fix up the building of Rookeries cli tool.

This commit is contained in:
Dorian 2020-01-23 11:49:27 -05:00
parent edeef5dae7
commit ebfdb96966
1 changed files with 8 additions and 4 deletions

View File

@ -18,12 +18,16 @@ jobs:
- image: dorianpula/rookeries-build:latest - image: dorianpula/rookeries-build:latest
steps: steps:
- checkout - checkout
- run:
name: Audit dependencies.
command: cargo audit
- run:
name: Build Rookeries
command: cargo make build-all
- run: - run:
name: Test static site generator name: Test static site generator
command: | command: cargo make test
cargo audit # TODO: Add rustfmt --check and clippy.
cargo make build-all
cargo make test
test-site-app: test-site-app:
docker: docker: