Skip to content

Commit

Permalink
Disabling tests for common builds
Browse files Browse the repository at this point in the history
  • Loading branch information
KAHR-Alpha committed Feb 20, 2024
1 parent 085cef0 commit de99776
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,10 @@ endif()
##########################

include(cmake_scripts/IDE_setup.cmake)
include(cmake_scripts/unit_tests.cmake)

if(DEVTESTS)
include(cmake_scripts/unit_tests.cmake)
endif()

###################
# Installation
Expand Down
1 change: 1 addition & 0 deletions contribs/build_mingw/set_up_Codeblocks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cmake -B "cmake_build_CB" -G "CodeBlocks - MinGW Makefiles" `
-DIDE_SETUP=ON `
-DTASK="Build CLI+GUI" `
-DINSTALL_PATH="${build_path}/Aether" `
-DDEVTESTS=1 `
-DCMAKE_BUILD_TYPE=Release `
-DFFTW_INCLUDES="${build_path}/fftw" `
-DFFTW_LIB="${build_path}/fftw/libfftw3-3.dll" `
Expand Down
1 change: 1 addition & 0 deletions contribs/build_vs2022/setup_vs_studio.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cmake -B "cmake_build_VS" -G "Visual Studio 17 2022" `
-DIDE_SETUP=ON `
-DTASK="Build CLI+GUI" `
-DINSTALL_PATH="${build_path}/Aether" `
-DDEVTESTS=1 `
-DFFTW_INCLUDES="${build_path}/fftw" `
-DFFTW_LIB="${build_path}/fftw/libfftw3-3.lib" `
-DLUA_LIBRARY="${build_path}/lua/lib/lua.lib" `
Expand Down
1 change: 1 addition & 0 deletions contribs/build_vs2022/setup_vs_studio_debug.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cmake -B "cmake_build_VS" -G "Visual Studio 17 2022" `
-DIDE_SETUP=ON `
-DTASK="Build CLI+GUI" `
-DINSTALL_PATH="${build_path}/Aether" `
-DDEVTESTS=1 `
-DFFTW_INCLUDES="${build_path}/fftw" `
-DFFTW_LIB="${build_path}/fftw/libfftw3-3.lib" `
-DLUA_LIBRARY="${build_path}/lua/lib/lua.lib" `
Expand Down

0 comments on commit de99776

Please sign in to comment.