* Move everything to azure pipelines * Inline docker configuration in this repo (no `cross`) * Delete `no-panic` example, use `#[no_panic]` instead.
5 lines
109 B
YAML
5 lines
109 B
YAML
steps:
|
|
- template: azure-install-rust.yml
|
|
|
|
- bash: cargo generate-lockfile && ./ci/run-docker.sh $TARGET
|