mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +00:00
617b278a33
* Publish docker image used in testing * Update integration_test to pull the image and build, using the image as its cache * Publish the built image after successful test runs on master
24 lines
568 B
YAML
24 lines
568 B
YAML
jobs:
|
|
# Check formatting
|
|
- template: ci/azure-rustfmt.yml
|
|
parameters:
|
|
name: rustfmt
|
|
|
|
# Test with Rust stable
|
|
- template: ci/azure-test-stable.yml
|
|
parameters:
|
|
name: test_starship
|
|
displayName: Test starship
|
|
|
|
# Test with Rust nightly
|
|
- template: ci/azure-test-nightly.yml
|
|
parameters:
|
|
name: test_nightly
|
|
displayName: Check starship with nightly
|
|
|
|
# Run the integration tests in a Docker container
|
|
- template: ci/azure-test-docker.yml
|
|
parameters:
|
|
name: test_docker
|
|
displayName: Test starship Docker
|