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
|
- 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:
|
||||||
|
|
Loading…
Reference in New Issue