0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-20 10:58:20 +02:00

appveyor: Update appveyor; transfer docker to jevolk/construct.

This commit is contained in:
Jason Volk 2020-03-08 20:42:21 -07:00
parent 65e217fcfb
commit 6adae37f4f

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 --enable-assert && make install && construct -smoketest localhost"
- docker run -v `pwd`:/build jevolk/construct: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"