diff options
author | daan <daanl@outlook.com> | 2020-09-05 15:03:54 -0700 |
---|---|---|
committer | daan <daanl@outlook.com> | 2020-09-05 15:03:54 -0700 |
commit | c1778acb9393e804a4734f43e9f60dc04d4538b3 (patch) | |
tree | 2535be610f1bf041f3d42c1cae5993cfcf333bb4 | |
parent | 8834fe02da49b42b31fe2dd2d5e02a90dfc7ad14 (diff) | |
parent | cc32ede5d2f8cd676f52ed605ba864594d95938b (diff) |
Merge branch 'dev' into dev-slice
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b0933cd..43558e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,6 +41,8 @@ jobs: # cd $(BuildType) # ctest --verbose --timeout 120 # displayName: CTest + #- script: $(BuildType)\$(BuildType)\mimalloc-test-stress + # displayName: TestStress #- upload: $(Build.SourcesDirectory)/$(BuildType) # artifact: mimalloc-windows-$(BuildType) |