Skip to content

Commit bee1841

Browse files
committed
Add more conditions for build config
1 parent 22b7cce commit bee1841

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test_geos_integration.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,23 @@ jobs:
8383
-bp ../build_test \
8484
-DENABLE_HYPRE=ON \
8585
-DENABLE_PYGEOSX=ON \
86-
-DENABLE_TRILINOS=OFF \
86+
-DENABLE_ATS=OFF \
8787
-DENABLE_BENCHMARKS=OFF \
88+
-DENABLE_DOCS=OFF \
8889
-DENABLE_DOXYGEN=OFF \
8990
-DENABLE_MATHPRESSO=OFF \
91+
-DENABLE_PVTPackage=OFF \
92+
-DENABLE_TRILINOS=OFF \
9093
-DENABLE_UNCRUSTIFY=OFF \
94+
-DENABLE_YAPF=OFF \
9195
-DGEOS_ENABLE_CONTACT=OFF \
9296
-DGEOS_ENABLE_FLUIDFLOW=OFF \
9397
-DGEOS_ENABLE_INDUCEDSEISMICITY=OFF \
9498
-DGEOS_ENABLE_MULTIPHYSICS=OFF \
9599
-DGEOS_ENABLE_SIMPLEPDE=OFF \
96100
-DGEOS_ENABLE_SOLIDMECHANICS=OFF \
97-
-DGEOS_ENABLE_SURFACEGENERATION=OFF
101+
-DGEOS_ENABLE_SURFACEGENERATION=OFF \
102+
-DGEOS_PYTHON_PACKAGES_BRANCH=$CURRENT_GEOSPYTHONPACKAGES_BRANCH_NAME
98103
99104
- name: "Build GEOS"
100105
working-directory: ./build_test

0 commit comments

Comments
 (0)