Skip to content

Commit

Permalink
Tidy up old yml and add a dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-hamlin committed Apr 28, 2019
1 parent 820369c commit f87e1a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 72 deletions.
24 changes: 2 additions & 22 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
displayName: Check formatting
- job: run_cargo_test
displayName: "cargo test"
dependsOn:
- run_rustfmt
strategy:
matrix:
Linux:
Expand All @@ -40,7 +42,6 @@ jobs:
- job: create_binaries
displayName: "Create release binaries"
dependsOn:
- run_rustfmt
- run_cargo_test
strategy:
matrix:
Expand All @@ -64,24 +65,3 @@ jobs:
- template: ci/azure-create-tarball.yml
parameters:
name: $(distName)

# # Release Windows
# - template: ci/azure-release.yml
# parameters:
# name: dist_windows
# displayName: "Distribute Windows Binary"
# vmImage: vs2017-win2016

# # Release Mac
# - template: ci/azure-release.yml
# parameters:
# name: dist_darwin
# displayName: "Distribute Darwin Binary"
# vmImage: macOS-10.13

# # Release Ubuntu
# - template: ci/azure-release.yml
# parameters:
# name: dist_ubuntu
# displayName: "Distribute Ubuntu Binary"
# vmImage: ubuntu-16.04
14 changes: 0 additions & 14 deletions ci/azure-release.yml

This file was deleted.

16 changes: 0 additions & 16 deletions ci/azure-rustfmt.yml

This file was deleted.

20 changes: 0 additions & 20 deletions ci/azure-test-stable.yml

This file was deleted.

0 comments on commit f87e1a2

Please sign in to comment.