Devop setup #8

Merged
Jef Roosens merged 8 commits from feature/devop-env into develop 2021-06-25 13:03:18 +02:00
Showing only changes of commit fa5ee06a04 - Show all commits

View file

@ -41,6 +41,7 @@ pipeline:
- CARGO_HOME=.cargo
commands:
- apk add musl-dev postgresql-dev
- rustup component add rustfmt clippy
- cargo fmt -- --check
# This is run here because it requires compilation
- cargo clippy --all-targets -- -D warnings