Tino has proposed merging lp:~widelands-dev/widelands/appveyor_allow_failure into lp:widelands.
Commit message: Allow failure of x64 debug build on appveyor, which currently fails due to memory limits. Requested reviews: Widelands Developers (widelands-dev) For more details, see: https://code.launchpad.net/~widelands-dev/widelands/appveyor_allow_failure/+merge/304594 Allow failure of x64 debug build on appveyor, which currently fails due to memory limits. -- Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/appveyor_allow_failure into lp:widelands.
=== modified file 'appveyor.yml' --- appveyor.yml 2016-05-04 17:23:16 +0000 +++ appveyor.yml 2016-09-01 06:37:32 +0000 @@ -48,6 +48,11 @@ - x64 - x86 +matrix: + allow_failures: + - platform: x64 + configuration: Debug + configuration: - Release - Debug \ No newline at end of file
_______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp

