1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-07 02:50:47 +00:00
starship/azure-pipelines.yml
Matan Kushner 617b278a33
Use starship-test docker image for running integration tests (#70)
* 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
2019-05-29 13:27:18 +02:00

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