Sha256: e354783a802580b8045b87b6f73e954f2e12bebf38bc0ca44aad713d9cf376cb
Contents?: true
Size: 553 Bytes
Versions: 3
Compression:
Stored size: 553 Bytes
Contents
name: MacOS on: [push] jobs: build: runs-on: macos-latest strategy: matrix: ruby: ['2.5.8', '2.6.7', '2.7.3', '3.0.1', 'head'] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Install latest duckdb by brew run: | brew install duckdb - name: Build and test with Rake with Ruby ${{ matrix.ruby }} run: | ruby -v bundle install --jobs 4 --retry 3 bundle exec rake
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
duckdb-0.2.7.0 | .github/workflows/test_on_macos.yml |
duckdb-0.2.6.1 | .github/workflows/test_on_macos.yml |
duckdb-0.2.6.0 | .github/workflows/test_on_macos.yml |