Sha256: 618b6ff373c201cb8487c97050583741ea754eadc9acc0b14ec205052385255c

Contents?: true

Size: 433 Bytes

Versions: 6

Compression:

Stored size: 433 Bytes

Contents

name: build

on: [push, pull_request]

jobs:
  build:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        ruby: [ '2.6', '2.7', '3.0' ]
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby ${{ matrix.ruby }}
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Build and test with Rake
      run: bundle exec rake

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hnswlib-0.5.0 .github/workflows/build.yml
hnswlib-0.4.0 .github/workflows/build.yml
hnswlib-0.3.0 .github/workflows/build.yml
hnswlib-0.2.0 .github/workflows/build.yml
hnswlib-0.1.1 .github/workflows/build.yml
hnswlib-0.1.0 .github/workflows/build.yml