File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163
163
# TARGET: i686-pc-windows-gnu
164
164
# i686-pc-windows-msvc:
165
165
# TARGET: i686-pc-windows-msvc
166
-
166
+
167
167
- job : StyleAndDocs
168
168
pool :
169
169
vmImage : ubuntu-16.04
@@ -186,7 +186,16 @@ jobs:
186
186
steps :
187
187
- template : azure-install-rust.yml
188
188
- script : cargo test --manifest-path crates/stdarch-verify/Cargo.toml
189
- displayName : Automatic verification
189
+ displayName : Automatic verification
190
+
191
+ - job : EnvOverride
192
+ dependsOn : StyleAndDocs
193
+ pool :
194
+ vmImage : ubuntu-16.04
195
+ steps :
196
+ - template : azure-install-rust.yml
197
+ - script : RUST_STD_DETECT_UNSTABLE=avx cargo test --manifest-path crates/std_detect/Cargo.toml env_override_no_avx
198
+ displayName : std_detect env override
190
199
191
200
# - job: GameBoyAdvance
192
201
# dependsOn: StyleAndDocs
You can’t perform that action at this time.
0 commit comments