mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +00:00
Separate check out of tests
This commit is contained in:
parent
4da56d1dc6
commit
2b08e19a7a
@ -48,13 +48,22 @@ jobs:
|
||||
- bash: make spectests-cranelift
|
||||
displayName: Tests (Windows)
|
||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
|
||||
|
||||
- job: Check
|
||||
pool:
|
||||
vmImage: 'macos-10.14'
|
||||
|
||||
steps:
|
||||
- checkout: self
|
||||
submodules: true
|
||||
- template: .azure/install-rust.yml
|
||||
- template: .azure/install-sccache.yml
|
||||
- template: .azure/install-cmake.yml
|
||||
- template: .azure/install-llvm.yml
|
||||
- bash: make check
|
||||
displayName: Check with Flags
|
||||
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
|
||||
|
||||
# - bash: make integration-tests
|
||||
# displayName: Integration Tests
|
||||
|
||||
- job: Build
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user