Skip to content

Commit 0775eab

Browse files
committed
Move azure-pipelines.yml to the ci directory
1 parent 3230b27 commit 0775eab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml renamed to ci/azure.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
type: github
77
name: rust-lang/simpleinfra
88
endpoint: gnzlbg
9-
trigger: ["auto-stdarch", "try"]
9+
trigger: ["auto", "try"]
1010
pr: ["master"]
1111

1212
jobs:
@@ -15,7 +15,7 @@ jobs:
1515
pool:
1616
vmImage: ubuntu-16.04
1717
steps:
18-
- template: ci/azure-install-rust.yml
18+
- template: azure-install-rust.yml
1919
- bash: |
2020
if [ "${NO_DOCKER}" = "1" ]; then
2121
ci/run.sh $TARGET
@@ -62,7 +62,7 @@ jobs:
6262
pool:
6363
vmImage: ubuntu-16.04
6464
steps:
65-
- template: ci/azure-install-rust.yml
65+
- template: azure-install-rust.yml
6666
- bash: |
6767
if [ "${NO_DOCKER}" = "1" ]; then
6868
ci/run.sh $TARGET
@@ -121,7 +121,7 @@ jobs:
121121
pool:
122122
vmImage: macos-10.14
123123
steps:
124-
- template: ci/azure-install-rust.yml
124+
- template: azure-install-rust.yml
125125
- bash: sh ./ci/run.sh $TARGET
126126
displayName: Execute run.sh
127127
strategy:
@@ -134,7 +134,7 @@ jobs:
134134
pool:
135135
vmImage: macos-10.13
136136
steps:
137-
- template: ci/azure-install-rust.yml
137+
- template: azure-install-rust.yml
138138
- bash: sh ./ci/run.sh $TARGET
139139
displayName: Execute run.sh
140140
strategy:
@@ -147,7 +147,7 @@ jobs:
147147
pool:
148148
vmImage: vs2017-win2016
149149
steps:
150-
- template: ci/azure-install-rust.yml
150+
- template: azure-install-rust.yml
151151
- bash: sh ./ci/run.sh $TARGET
152152
displayName: Execute run.sh
153153
strategy:
@@ -168,7 +168,7 @@ jobs:
168168
pool:
169169
vmImage: ubuntu-16.04
170170
steps:
171-
- template: ci/azure-install-rust.yml
171+
- template: azure-install-rust.yml
172172
- script: sh ci/style.sh
173173
displayName: Check style
174174
- script: sh ci/dox.sh
@@ -184,7 +184,7 @@ jobs:
184184
pool:
185185
vmImage: ubuntu-16.04
186186
steps:
187-
- template: ci/azure-install-rust.yml
187+
- template: azure-install-rust.yml
188188
- script: cargo test --manifest-path crates/stdarch-verify/Cargo.toml
189189
displayName: Automatic verification
190190

@@ -193,7 +193,7 @@ jobs:
193193
# pool:
194194
# vmImage: ubuntu-16.04
195195
# steps:
196-
# - template: ci/azure-install-rust.yml
196+
# - template: azure-install-rust.yml
197197
# - script: rustup component add rust-src
198198
# displayName: Add rust-src
199199
# - script: (test -x $HOME/.cargo/bin/cargo-xbuild || cargo install cargo-xbuild)

0 commit comments

Comments
 (0)