From 332c24dbe9cbf9cfbe20b39027268dfc53a29c0a Mon Sep 17 00:00:00 2001 From: naruse Date: Fri, 22 Jan 2016 07:02:37 +0000 Subject: Add badges git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- README.md | 3 +++ appveyor.yml | 9 +-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 14fb7aa213..7983cdc48a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/ruby/ruby.png)](https://travis-ci.org/ruby/ruby) +[![Build status](https://ci.appveyor.com/api/projects/status/0sy8rrxut4o0k960/branch/trunk?svg=true)](https://ci.appveyor.com/project/ruby/ruby/branch/trunk) + # What's Ruby Ruby is the interpreted scripting language for quick and easy object-oriented diff --git a/appveyor.yml b/appveyor.yml index 732455dcf5..e4a4adf654 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ platform: x64 install: - SET - '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64' - - SET PATH=C:\Ruby22-x64\bin;C:\Ruby21-x64\Devkit\mingw\bin;%PATH%;C:\msys64\usr\bin + - SET PATH=\usr\local\bin;C:\Ruby22-x64\bin;C:\Ruby21-x64\Devkit\mingw\bin;%PATH%;C:\msys64\usr\bin - ruby --version - 'cl' - SET @@ -12,10 +12,6 @@ install: - 7z x libressl-2.2.5-windows.zip - copy libressl-2.2.5-windows\x64\libcrypto-35.lib libressl-2.2.5-windows\x64\crypto.lib - copy libressl-2.2.5-windows\x64\libssl-35.lib libressl-2.2.5-windows\x64\ssl.lib - - copy libressl-2.2.5-windows\x64\libcrypto-35.dll . - - copy libressl-2.2.5-windows\x64\libssl-35.dll . - - mkdir \usr - - mkdir \usr\local - mkdir \usr\local\bin - copy libressl-2.2.5-windows\x64\libcrypto-35.dll \usr\local\bin - copy libressl-2.2.5-windows\x64\libssl-35.dll \usr\local\bin @@ -28,11 +24,8 @@ install: build_script: - cd %APPVEYOR_BUILD_FOLDER% - win32\configure.bat --without-tk --with-openssl-include=/projects/%APPVEYOR_PROJECT_SLUG%/libressl-2.2.5-windows/include --with-openssl-lib=/projects/%APPVEYOR_PROJECT_SLUG%/libressl-2.2.5-windows/x64 --with-zlib-include=/projects/%APPVEYOR_PROJECT_SLUG%/zlib-1.2.8 --with-zlib-lib=/projects/%APPVEYOR_PROJECT_SLUG%/zlib-1.2.8 - - appveyor AddMessage "nmake up" -Category Information - nmake -l up - - appveyor AddMessage "nmake" -Category Information - nmake -l - - appveyor AddMessage "nmake install-nodoc" -Category Information - nmake install-nodoc test_script: - nmake -l "OPTS=-v -q" btest -- cgit v1.2.3