File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
cmake -E make_directory "${BUILD_DIR}"
156
156
cmake -E make_directory "${INSTALL_PREFIX}"
157
157
cd "${BUILD_DIR}"
158
- cmake -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" "${SRC_DIR}" -DENABLE_TESTS=ON -DNUM_MAX_AD_DIRS=80
158
+ cmake -DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" -DCMAKE_BUILD_TYPE="${BUILD_TYPE}" "${SRC_DIR}" -DENABLE_TESTS=ON -DNUM_MAX_AD_DIRS=157
159
159
make install -j$(nproc)
160
160
- name : Check if it runs
161
161
run : |
Original file line number Diff line number Diff line change 50
50
"configurationType" : " Debug" ,
51
51
"inheritEnvironments" : [ " msvc_x64_x64" ],
52
52
"buildRoot" : " ${env.BUILDROOT}_DEBUG_with_Tests" ,
53
- "cmakeCommandArgs" : " -DVCPKG_TARGET_TRIPLET=x64-windows-static -DENABLE_STATIC_LINK_LAPACK=ON -DENABLE_STATIC_LINK_DEPS=ON -DENABLE_TESTS=ON -DNUM_MAX_AD_DIRS=80 -DENABLE_ANALYTIC_JACOBIAN_CHECK=OFF --fresh" ,
53
+ "cmakeCommandArgs" : " -DVCPKG_TARGET_TRIPLET=x64-windows-static -DENABLE_STATIC_LINK_LAPACK=ON -DENABLE_STATIC_LINK_DEPS=ON -DENABLE_TESTS=ON -DNUM_MAX_AD_DIRS=157 -DENABLE_ANALYTIC_JACOBIAN_CHECK=OFF --fresh" ,
54
54
"buildCommandArgs" : " -m -v:minimal" ,
55
55
"variables" : [
56
56
{
158
158
"configurationType" : " RelWithDebInfo" ,
159
159
"inheritEnvironments" : [ " msvc_x64_x64" ],
160
160
"buildRoot" : " ${env.BUILDROOT}_RELEASE_with_Tests" ,
161
- "cmakeCommandArgs" : " -DVCPKG_TARGET_TRIPLET=x64-windows-static -DENABLE_STATIC_LINK_LAPACK=ON -DENABLE_STATIC_LINK_DEPS=ON -DENABLE_TESTS=ON -DNUM_MAX_AD_DIRS=80 -DENABLE_ANALYTIC_JACOBIAN_CHECK=OFF --fresh" ,
161
+ "cmakeCommandArgs" : " -DVCPKG_TARGET_TRIPLET=x64-windows-static -DENABLE_STATIC_LINK_LAPACK=ON -DENABLE_STATIC_LINK_DEPS=ON -DENABLE_TESTS=ON -DNUM_MAX_AD_DIRS=157 -DENABLE_ANALYTIC_JACOBIAN_CHECK=OFF --fresh" ,
162
162
"buildCommandArgs" : " -m -v:minimal" ,
163
163
"variables" : [
164
164
{
You can’t perform that action at this time.
0 commit comments