1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-09-17 00:39:02 +00:00
starship/azure-pipelines.yml

26 lines
591 B
YAML
Raw Normal View History

2019-04-04 03:33:19 +00:00
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
- job: test_docker
displayName: Test starship Docker
pool:
vmImage: ubuntu-16.04
steps:
- script: ./integration_test