Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul authored Feb 3, 2025
1 parent 5d85838 commit dd40388
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
-DAPPLICATION_RUNSOFAGLFW=ON \
-DPLUGIN_SOFAGLFW=ON \
-DPLUGIN_SOFAIMGUI=OFF \
../src \
&& ninja -v install"
else
Expand All @@ -66,7 +66,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
-DAPPLICATION_RUNSOFAGLFW=ON \
-DPLUGIN_SOFAGLFW=ON \
-DPLUGIN_SOFAIMGUI=OFF \
../src
ninja -v install
echo ${CCACHE_BASEDIR}
Expand Down Expand Up @@ -181,8 +181,6 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
-DAPPLICATION_RUNSOFAGLFW=ON \
-DPLUGIN_SOFAGLFW=ON \
-DPLUGIN_SOFAIMGUI=ON \
../src \
&& ninja -v install"
else
Expand All @@ -196,8 +194,6 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
-DAPPLICATION_RUNSOFAGLFW=ON \
-DPLUGIN_SOFAGLFW=ON \
-DPLUGIN_SOFAIMGUI=ON \
../src
ninja -v install
echo ${CCACHE_BASEDIR}
Expand Down

0 comments on commit dd40388

Please sign in to comment.