File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
Python_REQUIRED_VERSION : 3.12.2
16
16
17
17
jobs :
18
- build_installer_artifact :
18
+ mac_build_and_test :
19
19
runs-on : ${{ matrix.os }}
20
20
continue-on-error : false
21
21
strategy :
72
72
-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=${{ matrix.macos_dev_target }} \
73
73
-DLINK_WITH_PYTHON:BOOL=ON -DPython_REQUIRED_VERSION:STRING=${{ steps.setup-python.outputs.python-version }} \
74
74
-DPython_ROOT_DIR:PATH=$RUNNER_TOOL_CACHE/Python/${{ steps.setup-python.outputs.python-version }}/${{ matrix.python-arch }}/ \
75
- -DBUILD_FORTRAN:BOOL=ON -DBUILD_PACKAGE:BOOL=OFF \
75
+ -DBUILD_TESTING:BOOL=ON - DBUILD_FORTRAN:BOOL=ON -DBUILD_PACKAGE:BOOL=OFF \
76
76
-DDOCUMENTATION_BUILD:STRING=DoNotBuild \
77
77
-DENABLE_OPENMP:BOOL=OFF -DUSE_OpenMP:BOOL=OFF \
78
78
../
You can’t perform that action at this time.
0 commit comments