Skip to content

Commit 20b143e

Browse files
Create sdkbuild2run.yml
1 parent a6195c4 commit 20b143e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)