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
steps:
- checkout
- run:
name: Audit dependencies.
command: cargo audit
- run:
name: Build Rookeries
command: cargo make build-all
- run:
name: Test static site generator
command: |
cargo audit
cargo make build-all
cargo make test
command: cargo make test
# TODO: Add rustfmt --check and clippy.
test-site-app:
docker: