aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use --depth=1 for vs2019 as wellk0kubun2019-03-031-0/+2
| | | | | | to shorten time to clone git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Try to build readline extension with vcpkg on Azure Pipelines.hsbt2019-03-011-6/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Try to build vs2019preview on Azure Pipelines.hsbt2019-03-011-15/+15
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Drop obsoleted continueOnErrork0kubun2019-03-011-1/+0
| | | | | | now it's passing thanks to r67149 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Mark vs2017 build as continueOnError for nowk0kubun2019-02-281-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Revert "Try clean: true for vs2017 checkout failure"k0kubun2019-02-281-1/+0
| | | | | | | | | This reverts commit b0e350fe16ad17eabf5bbc603f7d817c06ce8554. The issue seems to be invalid tag name including `"` in ancient tag. We're trying to delete that. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Try clean: true for vs2017 checkout failurek0kubun2019-02-281-0/+1
| | | | | | https://dev.azure.com/rubylang/ruby/_build/results?buildId=107 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Try fetchDepth: 1k0kubun2019-02-281-0/+6
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Removed fake environment variable because It is not necessary for macOS.hsbt2019-02-281-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Test Bundler examples and bundled gems tests with Azure Pipeline.hsbt2019-02-271-0/+134
* They are invoked on Linux and macOS environment. * Try to build with vs2017. But it's only binary build. https://dev.azure.com/rubylang/ruby/ [Feature #15181][ruby-core:89222] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e