mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 06:51:08 +01:00
appveyor: Update appveyor; transfer docker to jevolk/construct.
This commit is contained in:
parent
65e217fcfb
commit
6adae37f4f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
build_script:
|
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; sh tools/appveyor-build.sh"
|
||||||
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
# - c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue