File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 83
83
echo ${{ matrix.config.cmake_args }}
84
84
echo ${{ matrix.config.toolchain }}
85
85
rm -rf .build
86
- cmake ${{ matrix.config.cmake_args }} -DCMAKE_INSTALL_PREFIX=.install -DCMAKE_TOOLCHAIN_FILE="etc/${{ matrix.config.toolchain }}-toolchain.cmake" -B .build -S .
86
+ cmake ${{ matrix.config.cmake_args }} -DCMAKE_INSTALL_PREFIX=.install -DCMAKE_PREFIX_PATH=.install - DCMAKE_TOOLCHAIN_FILE="etc/${{ matrix.config.toolchain }}-toolchain.cmake" -B .build -S .
87
87
- name : CMake ASAN Build
88
88
run : |
89
89
set -x
@@ -106,4 +106,8 @@ jobs:
106
106
- name : Install
107
107
run : |
108
108
set -x
109
- cmake --install .build --config RelWithDebInfo --component beman_optional26_development --verbose
109
+ cmake --install .build --config RelWithDebInfo --verbose
110
+ - name : CMake Debug Test
111
+ run : |
112
+ set -x
113
+ cmake --build .build --config Debug --target test -- -k 0
You can’t perform that action at this time.
0 commit comments