File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 brew install cmake ninja google-sparsehash
5050 - uses : actions/checkout@v4
5151 - name : Configure Multi-Config
52- run : cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF
52+ run : cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF -DUBSAN=ON -DASAN=ON -DSSP=ON
5353 - name : Build Debug
5454 run : cmake --build "$BUILD_DIR" --config Debug
5555 - name : Test Debug
Original file line number Diff line number Diff line change 4646 sudo apt-get -qq install cmake ninja-build g++ libsparsehash-dev
4747 - uses : actions/checkout@v4
4848 - name : Configure Multi-Config
49- run : cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF
49+ run : cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF -DUBSAN=ON -DASAN=ON -DLSAN=ON -DSSP=ON
5050 - name : Build Debug
5151 run : cmake --build "$BUILD_DIR" --config Debug
5252 - name : Test Debug
You can’t perform that action at this time.
0 commit comments