Skip to content

Commit

Permalink
Try continueOnError
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRouvreau committed Aug 5, 2024
1 parent 60af0cb commit 13157cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
pythonVersion: '3.9'
cmakeVcpkgFlags: -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=c:\vcpkg\scripts\buildsystems\vcpkg.cmake
cmakeFlags: -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_UTILITIES=ON -DWITH_GUDHI_PYTHON=OFF
continueOnError: false

steps:
# Use a specific Python version
Expand All @@ -66,7 +67,6 @@ jobs:
choco install -y ninja --force --force-dependencies
displayName: 'Install build dependencies'
- script: |
$ErrorActionPreference = 'Stop'
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
mkdir build
cd build
Expand Down

0 comments on commit 13157cb

Please sign in to comment.