Skip to content

Commit 89c4a4c

Browse files
committed
*REMOVE ME* Test TOPCOM 1.2.0e GitHub build
1 parent ded6c31 commit 89c4a4c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test_build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
144144
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
145145
-DCMAKE_INSTALL_PREFIX=/usr \
146-
--debug-trycompile
146+
--debug-trycompile -DBUILD_PROGRAMS=topcom
147147
148148
- name: Build libraries using Ninja
149149
if: matrix.build-system == 'cmake'
@@ -175,7 +175,8 @@ jobs:
175175
../../autogen.sh
176176
export F77=gfortran-14
177177
export FC=gfortran-14
178-
../../configure --with-system-gc --with-fplll
178+
../../configure --with-system-gc --with-fplll \
179+
--enable-build-libraries=topcom
179180
180181
- name: Build libraries using Make
181182
if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)