Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 727 Bytes

build.md

File metadata and controls

24 lines (20 loc) · 727 Bytes

Building ff-ruby-server-sdk

This document shows the instructions on how to build and contribute to the SDK.

Requirements

Ruby 2.7 or newer (ruby --version)
openapi-generator-cli

Cloning the SDK repository

In order to clone SDK repository properly perform cloning like in the following example:

git clone --recurse-submodules [email protected]:harness/ff-ruby-server-sdk.git

Install Dependencies

npm install @openapitools/openapi-generator-cli -g
npm install @openapitools/openapi-generator-cli -D
bundle install

Build the SDK

gem build ff-ruby-server-sdk.gemspec