0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-19 11:23:45 +02:00

appveyor.yml: Use --enable-assert so issues in the smoketest cause failure.

This commit is contained in:
Jason Volk 2019-06-21 20:13:23 -07:00
parent bf6443e277
commit 33bb845eb7

View file

@ -8,7 +8,7 @@ services:
- docker
build_script:
- docker run -v `pwd`:/build mujx/construct-ci:18.04 /bin/bash -c "./autogen.sh && ./configure && make install && construct -smoketest localhost"
- docker run -v `pwd`:/build mujx/construct-ci:18.04 /bin/bash -c "./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost"
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; sh tools/appveyor-build.sh"
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"