ctest output verbose on windows pipeline

This commit is contained in:
daan 2020-09-05 10:30:54 -07:00
parent 2e311f341b
commit 551831ba1c
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ jobs:
configuration: '$(MSBuildConfiguration)' configuration: '$(MSBuildConfiguration)'
- script: | - script: |
cd $(BuildType) cd $(BuildType)
ctest ctest --verbose
displayName: CTest displayName: CTest
# - upload: $(Build.SourcesDirectory)/$(BuildType) # - upload: $(Build.SourcesDirectory)/$(BuildType)
# artifact: mimalloc-windows-$(BuildType) # artifact: mimalloc-windows-$(BuildType)

View file

@ -149,8 +149,8 @@
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="mimalloc-override.vcxproj"> <ProjectReference Include="mimalloc.vcxproj">
<Project>{abb5eae7-b3e6-432e-b636-333449892ea7}</Project> <Project>{abb5eae7-b3e6-432e-b636-333449892ea6}</Project>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />