0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

appveyor.yml: Add the smoketest after the build.

This commit is contained in:
Jason Volk 2019-06-21 18:02:30 -07:00
parent f50df0df3e
commit bf6443e277

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"
- docker run -v `pwd`:/build mujx/construct-ci:18.04 /bin/bash -c "./autogen.sh && ./configure && 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"