Skip to content

Commit

Permalink
Enable unit tests for pipeline builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dschopf committed Jul 25, 2024
1 parent 291513b commit a65d049
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/arch/build_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ cmake .. \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_FLAGS=-Werror \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DENABLE_TESTS=ON
make
bin/QalculateTests

0 comments on commit a65d049

Please sign in to comment.