diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec52c90..8573b95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,11 +36,17 @@ phases: - script: | ninja + + workingDirectory: build + failOnStderr: true + displayName: 'Compile' + + - script: | ctest -j 4 --output-on-failure workingDirectory: build failOnStderr: true - displayName: 'Compile & Test' + displayName: 'Test' - script: | sudo cp libsnmallocshim.so /usr/local/lib/ @@ -147,11 +153,17 @@ phases: - script: | make -j 4 + + workingDirectory: build + failOnStderr: true + displayName: 'Compile' + + - script: | ctest -j 4 --output-on-failure workingDirectory: build failOnStderr: true - displayName: 'Compile & Test' + displayName: 'Test' - phase: Format queue: