File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Aspose Cells Cloud SDK for Ruby
2+
3+ on :
4+ push :
5+ branches : [ "master" ]
6+ pull_request :
7+ branches : [ "master" ]
8+
9+ jobs :
10+ test :
11+
12+ runs-on : ubuntu-latest
13+ strategy :
14+ matrix :
15+ ruby-version : ['2.6', '2.7', '3.0']
16+
17+ steps :
18+ - uses : actions/checkout@v4
19+ - name : Set up Ruby
20+ # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
21+ # change this to (see https://github.com/ruby/setup-ruby#versioning):
22+ # uses: ruby/setup-ruby@v1
23+ uses : ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
24+ with :
25+ ruby-version : 3/0
26+ bundler-cache : true # runs 'bundle install' and caches installed gems automatically
27+ - name : Build Aspose Cells Cloud SDK Library
28+ run : gem build aspose_cells_cloud.gemspec
You can’t perform that action at this time.
0 commit comments