Turn SEH on Win, let FreeCAD crash during tests

This commit is contained in:
sgrogan
2020-02-17 18:07:38 -05:00
committed by wwmayer
parent 84229b430f
commit 62808e95fb

View File

@@ -103,7 +103,7 @@ jobs:
- os: windows
language: cpp
env:
- CMAKE_OPTS="-DBUILD_FEM_NETGEN=ON -DFREECAD_RELEASE_PDB=OFF"
- CMAKE_OPTS="-DBUILD_FEM_NETGEN=ON -DFREECAD_RELEASE_PDB=OFF -DFREECAD_RELEASE_SEH=OFF"
- GENERATOR="Visual Studio 15 2017 Win64"
- PYTHON_MAJOR_VERSION=3
- MSBUILD_PATH="c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"