Skip to content

Commit 61708cf

Browse files
Testing
1 parent 5285fd6 commit 61708cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-wheels-emulated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
fi &&
5959
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -DEXTERNAL_EIGEN:BOOL=OFF -DPYTHON_WRAPPER:BOOL=OFF -DFORTRAN_WRAPPER:BOOL=OFF -DRUST_WRAPPER:BOOL=OFF -DUSE_VTK=ON -DVTK_DIR=$VTK_DIR -DMOORDYN_PACKAGE_IGNORE_VTK_DEPENDENCY=ON -DBUILD_TESTING=ON &&
6060
cmake --build build --config Release &&
61+
cd build &&
6162
ctest --output-on-failure &&
63+
cd .. &&
6264
cmake --install build --config Release &&
6365
rm -rf docs extern source tests
6466
CIBW_BEFORE_BUILD_WINDOWS: "pip install delvewheel"

0 commit comments

Comments
 (0)