File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 23
23
-DCMAKE_BUILD_TYPE=Debug `
24
24
-DopenPMD_USE_MPI=OFF
25
25
cmake --build build --config Debug --parallel 2
26
+ ctest --test-dir build -C Debug --output-on-failure
26
27
cmake --build build --config Debug --target install
27
28
28
- # add before install, and fix Python path:
29
- # ctest --test-dir build -C Debug --output-on-failure
30
-
31
29
32
30
build_win_clang :
33
31
name : Clang w/o MPI
48
46
-G "Ninja" ^
49
47
-DCMAKE_C_COMPILER=clang-cl ^
50
48
-DCMAKE_CXX_COMPILER=clang-cl ^
51
- -DCMAKE_BUILD_TYPE=Release ^
49
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo ^
52
50
-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