File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed
Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 1- name : DRAFT API
1+ name : DRAFT API on Ruby 3.4
22
33on : [push,pull_request]
44
99 strategy :
1010 matrix :
1111 ruby :
12- - ' 3.3'
1312 - ' 3.4'
1413 steps :
1514 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1+ name : DRAFT API on Ruby 3.3
2+
3+ on : [push,pull_request]
4+
5+ jobs :
6+ build :
7+ runs-on : ubuntu-24.04
8+ timeout-minutes : 15
9+ strategy :
10+ matrix :
11+ ruby :
12+ - ' 3.3'
13+ steps :
14+ - uses : actions/checkout@v4
15+ - name : Set up Ruby ${{ matrix.ruby }}
16+ uses : ruby/setup-ruby@v1
17+ with :
18+ ruby-version : ${{ matrix.ruby }}
19+ - name : Install ZMQ and CZMQ
20+ run : |
21+ export PKG_CONFIG_PATH=$HOME/lib/pkgconfig # custom libs (for linking)
22+ env
23+ env ZMQ_VERSION=HEAD ci/install-libzmq
24+ env CZMQ_VERSION=HEAD ci/install-libczmq
25+ - name : Run the default task
26+ run : |
27+ export LD_LIBRARY_PATH=$HOME/lib # custom libs (for execution)
28+ env
29+ gem install bundler
30+ bundle install
31+ bundle exec rake
Original file line number Diff line number Diff line change 11![ Specs status] ( https://github.com/paddor/cztop/workflows/STABLE%20API/badge.svg )
2- ![ Specs status] ( https://github.com/paddor/cztop/workflows/DRAFT%20API/badge.svg )
2+ ![ Specs status] ( https://github.com/paddor/cztop/workflows/DRAFT%20API%20on%20Ruby%203.3/badge.svg )
3+ ![ Specs status] ( https://github.com/paddor/cztop/workflows/DRAFT%20API%20on%20Ruby%203.4/badge.svg )
34[ ![ codecov] ( https://codecov.io/gh/paddor/cztop/branch/master/graph/badge.svg?token=TnjOba97R7 )] ( https://codecov.io/gh/paddor/cztop )
45
56# CZTop
You can’t perform that action at this time.
0 commit comments