[前][次][番号順一覧][スレッド一覧]

ruby-changes:54940

From: k0kubun <ko1@a...>
Date: Thu, 28 Feb 2019 22:26:20 +0900 (JST)
Subject: [ruby-changes:54940] k0kubun:r67145 (trunk): Mark vs2017 build as continueOnError for now

k0kubun	2019-02-28 22:26:14 +0900 (Thu, 28 Feb 2019)

  New Revision: 67145

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67145

  Log:
    Mark vs2017 build as continueOnError for now

  Modified files:
    trunk/azure-pipelines.yml
Index: azure-pipelines.yml
===================================================================
--- azure-pipelines.yml	(revision 67144)
+++ azure-pipelines.yml	(revision 67145)
@@ -109,6 +109,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/azure-pipelines.yml#L109
 #      set TRAVIS=1
 #      nmake $(task)
     displayName: "nmake"
+    continueOnError: true # this step is known to be broken for now. TODO: remove this line once it's fixed.
 
 # - job: vs2019
 #   pool:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]