tools/docker: Start directory; rename dockerfile as platform-elaborated; update appveyor.

This commit is contained in:
Jason Volk 2020-03-09 09:03:47 -07:00
parent 6adae37f4f
commit 3cf10f853f
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- docker
build_script:
- docker run -v `pwd`:/build jevolk/construct:18.04 /bin/bash -c "./autogen.sh && ./configure --enable-assert && make install && construct -smoketest localhost"
- docker run -v `pwd`:/build jevolk/construct:ubuntu-18.04-gcc-8 /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"