appveyor: push config.log on fail
This commit is contained in:
parent
2677b17117
commit
0e961686c0
1 changed files with 2 additions and 1 deletions
|
@ -15,4 +15,5 @@ build_script:
|
|||
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; make -j2 < /dev/null"
|
||||
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER; make install < /dev/null"
|
||||
- c:\msys64\usr\bin\sh.exe -lc "cd $APPVEYOR_BUILD_FOLDER/build/bin; ./charybdis -version"
|
||||
|
||||
on_failure:
|
||||
- ps: Push-AppveyorArtifact config.log
|
||||
|
|
Loading…
Reference in a new issue