build: Fix up the building of Rookeries cli tool.
This commit is contained in:
parent
edeef5dae7
commit
ebfdb96966
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue