mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
appveyor: Add [ci debug] support to build.
This commit is contained in:
parent
ee59e76305
commit
ee496e1bd1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
COMMAND: rmdir -v deps/rocksdb && ln -sv /usr/src/rocksdb deps && ./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost
|
COMMAND: if [[ "${APPVEYOR_REPO_COMMIT_MESSAGE}" == *"[ci debug]"* ]]; then export DEBUG_FLAGS="--enable-debug"; fi && rmdir -v deps/rocksdb && ln -sv /usr/src/rocksdb deps && ./autogen.sh && ./configure --enable-assert ${DEBUG_FLAGS} && make install && construct -smoketest -debug localhost
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
# - APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu1804
|
||||||
|
|
Loading…
Reference in a new issue