Skip to content

Commit 7469b40

Browse files
committed
[ci] take into account build type
1 parent 0e99e69 commit 7469b40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
env:
3131
DEPS_INSTALL_DIR: /opt/
32-
BUILD_TYPE: Release
32+
BUILD_TYPE: ${{ matrix.build_tpe }}
3333
CTEST_OUTPUT_ON_FAILURE: 1
3434
steps:
3535
- uses: actions/checkout@v2
@@ -60,5 +60,6 @@ jobs:
6060
run: |
6161
cmake ../src/application \
6262
-DBUILD_SHARED_LIBS:BOOL=ON \
63+
-DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
6364
-DCMAKE_PREFIX_PATH:PATH="$PWD/../../popsift_install;${DEPS_INSTALL_DIR}"
6465
make -j$(nproc)

0 commit comments

Comments
 (0)