File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 2323 -DCMAKE_BUILD_TYPE=Debug `
2424 -DopenPMD_USE_MPI=OFF
2525 cmake --build build --config Debug --parallel 2
26+ ctest --test-dir build -C Debug --output-on-failure
2627 cmake --build build --config Debug --target install
2728
28- # add before install, and fix Python path:
29- # ctest --test-dir build -C Debug --output-on-failure
30-
3129
3230 build_win_clang :
3331 name : Clang w/o MPI
4846 -G "Ninja" ^
4947 -DCMAKE_C_COMPILER=clang-cl ^
5048 -DCMAKE_CXX_COMPILER=clang-cl ^
51- -DCMAKE_BUILD_TYPE=Release ^
49+ -DCMAKE_BUILD_TYPE=RelWithDebInfo ^
5250 -DopenPMD_USE_MPI=OFF
53- cmake --build build --config Release --parallel 2
54- cmake --build build --config Debug --target install
55-
56- # add before install, and fix Python path:
57- # ctest --test-dir build -C Debug --output-on-failure
51+ cmake --build build --config RelWithDebInfo --parallel 2
52+ ctest --test-dir build -C RelWithDebInfo --output-on-failure
53+ cmake --build build --config RelWithDebInfo --target install
You can’t perform that action at this time.
0 commit comments