Skip to content

Commit 3b73b59

Browse files
committed
Makes Debug build for tests.
1 parent d7a00a6 commit 3b73b59

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@ jobs:
1313
shell: bash
1414
run: |
1515
set -euo pipefail
16-
pwd
17-
ls -ahl
18-
ls -ahl ..
1916
sudo apt update
2017
sudo apt install -y build-essential cmake git python-dev python-pip
2118
sudo pip install cget
2219
cget ignore xz
2320
cget install -f ./requirements.txt
2421
cmake --version
2522
mkdir build && cd build
26-
cmake -DBUILD_TESTS=1 -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake ..
23+
cmake -DBUILD_TESTS=1 -DCMAKE_TOOLCHAIN_FILE=../cget/cget/cget.cmake -DCMAKE_BUILD_TYPE=Debug ..
2724
make all sav
2825
make CTEST_OUTPUT_ON_FAILURE=1 test

0 commit comments

Comments
 (0)