Skip to content

Commit ae1a2c6

Browse files
authored
Update ci.yml
1 parent c4b24da commit ae1a2c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake" \
5353
-DCMAKE_BUILD_TYPE=Release \
5454
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
55+
-DPLUGINEXAMPLE_BUILD_TESTS=ON \
5556
../src \
5657
&& ninja -v install"
5758
else
@@ -64,6 +65,7 @@ jobs:
6465
-DCMAKE_PREFIX_PATH=$SOFA_ROOT/lib/cmake \
6566
-DCMAKE_BUILD_TYPE=Release \
6667
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
68+
-DPLUGINEXAMPLE_BUILD_TESTS=ON \
6769
../src
6870
ninja -v install
6971
echo ${CCACHE_BASEDIR}

0 commit comments

Comments
 (0)