Skip to content

Commit

Permalink
appveyor.yml: Use --enable-assert so issues in the smoketest cause fa…
Browse files Browse the repository at this point in the history
…ilure.
  • Loading branch information
jevolk committed Jun 22, 2019
1 parent bf6443e commit 33bb845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 33bb845

Please sign in to comment.