GithubHelp home page GithubHelp logo

appveyor_ruby's Introduction

This repo contains an Appveyor script and two ruby script files. Its only purpose is to report information about the Ruby builds on Appveyor from 2.1 forward.

The most recent build is at ci.appveyor.com/project/MSP-Greg/appveyor-ruby. The top of the Appveyor log shows the installed MinGW packages, then the MSYS2 packages. After that is information on Ruby 2.1 thru 2.4, and trunk.

The trunk build is available on Appveyor.

If you're interested in adding a ruby trunk build to your appveyor script, the following in the the script/yaml file should install it (assumes your environment is using 'ruby_version' such as 200, 23, or 24-x64):

init:
  - set PATH=C:\ruby%ruby_version%\bin;C:\msys64\usr\bin;C:\Program Files\7-Zip;C:\Program Files\AppVeyor\BuildAgent;C:\Program Files\Git\cmd;C:\Windows\system32
  - if %ruby_version%==_trunk (
        appveyor DownloadFile https://ci.appveyor.com/api/projects/MSP-Greg/ruby-loco/artifacts/ruby_trunk.7z -FileName C:/ruby_trunk.7z &
        7z x C:\ruby_trunk.7z -oC:\ruby_trunk
    )

Add the following to your environment:

environment:
  matrix:
    - ruby_version: "_trunk"

The trunk build is stand-alone, but uses newer packages for OpenSSL & GDBM. If you need to install the OpenSSL or GDBM packages for building/compiling, change the last line of the above init script to:

        7z x C:\ruby_trunk.7z -oC:\ruby_trunk & trunk_pkgs.cmd

If you want to check for compiler updates and install the packages, change to:

        7z x C:\ruby_trunk.7z -oC:\ruby_trunk & trunk_msys2.cmd

An example using trunk is at https://github.com/rubygems/rubygems/blob/master/appveyor.yml.

appveyor_ruby's People

Contributors

larskanis avatar msp-greg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.