diff options
author | gnzlbg <gonzalobg88@gmail.com> | 2019-07-31 12:41:42 +0200 |
---|---|---|
committer | gnzlbg <gonzalobg88@gmail.com> | 2019-07-31 12:41:42 +0200 |
commit | bc5a93e8d880773f94a55a66995a87f539a7b5f9 (patch) | |
tree | 0e5a3ba7254680ca1151a5ff074a6fe9b0f67984 /ci | |
parent | 1a2de0ea601575630eaa518451524924199f4e3a (diff) | |
download | rust-libc-bc5a93e8d880773f94a55a66995a87f539a7b5f9.tar.gz |
Update azure.yml to ci/ path
Diffstat (limited to 'ci')
-rw-r--r-- | ci/azure.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ci/azure.yml b/ci/azure.yml index 5ca3189ade..04d12dae8f 100644 --- a/ci/azure.yml +++ b/ci/azure.yml @@ -14,7 +14,7 @@ jobs: pool: vmImage: ubuntu-16.04 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - bash: sh ./ci/run-docker.sh $TARGET displayName: Execute run-docker.sh strategy: @@ -29,7 +29,7 @@ jobs: pool: vmImage: ubuntu-16.04 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - bash: sh ./ci/run-docker.sh $TARGET displayName: Execute run-docker.sh strategy: @@ -87,7 +87,7 @@ jobs: pool: vmImage: macos-10.14 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - bash: sh ./ci/run.sh $TARGET displayName: Execute run.sh strategy: @@ -99,7 +99,7 @@ jobs: pool: vmImage: macos-10.13 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - bash: sh ./ci/run.sh $TARGET displayName: Execute run.sh strategy: @@ -111,7 +111,7 @@ jobs: pool: vmImage: vs2017-win2016 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - bash: sh ./ci/run.sh $TARGET displayName: Execute run.sh strategy: @@ -133,7 +133,7 @@ jobs: pool: vmImage: ubuntu-16.04 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - script: sh ci/style.sh displayName: Check style - script: sh ci/dox.sh @@ -149,7 +149,7 @@ jobs: # pool: # vmImage: ubuntu-16.04 # steps: - # - template: ci/azure-install-rust.yml + # - template: azure-install-rust.yml # - script: sh ci/semver.sh linux # displayName: Check breaking changes @@ -159,7 +159,7 @@ jobs: # pool: # vmImage: macos-10.14 # steps: - # - template: ci/azure-install-rust.yml + # - template: azure-install-rust.yml # - script: sh ci/semver.sh osx # displayName: Check breaking changes @@ -168,7 +168,7 @@ jobs: pool: vmImage: ubuntu-16.04 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - script: sh ./ci/build.sh displayName: Execute build.sh strategy: @@ -197,7 +197,7 @@ jobs: pool: vmImage: macos-10.13 steps: - - template: ci/azure-install-rust.yml + - template: azure-install-rust.yml - script: sh ./ci/build.sh displayName: Execute build.sh strategy: |