mirror of
https://github.com/microsoft/mimalloc.git
synced 2024-12-26 12:41:10 +08:00
fix azure pipeline script
This commit is contained in:
parent
a5179d1125
commit
9fabd1ea01
@ -46,12 +46,10 @@ jobs:
|
||||
workingDirectory: $(BuildType)
|
||||
cmakeArgs: .. $(cmakeExtraArgs)
|
||||
|
||||
- script: make -j$(nproc)
|
||||
workingDirectory: $(BuildType)
|
||||
- script: make -j$(nproc) -C $(BuildType)
|
||||
|
||||
- script: ctest
|
||||
- script: make test -C $(BuildType)
|
||||
failOnStderr: true
|
||||
workingDirectory: $(BuildType)
|
||||
|
||||
- upload: $(Build.SourcesDirectory)/$(BuildType)
|
||||
artifact: ubuntu-$(BuildType)
|
||||
|
Loading…
x
Reference in New Issue
Block a user