mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +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
|
- bash: make spectests-cranelift
|
||||||
displayName: Tests (Windows)
|
displayName: Tests (Windows)
|
||||||
condition: and(succeeded(), eq(variables['Agent.OS'], 'Windows_NT'))
|
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
|
- bash: make check
|
||||||
displayName: Check with Flags
|
displayName: Check with Flags
|
||||||
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
|
condition: and(succeeded(), not(eq(variables['Agent.OS'], 'Windows_NT')))
|
||||||
|
|
||||||
# - bash: make integration-tests
|
|
||||||
# displayName: Integration Tests
|
|
||||||
|
|
||||||
- job: Build
|
- job: Build
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user