Sha256: 59736b47c0419184d7fb3341ae85579eb1c16221ad34d2ffbe35f3242fa23269

Contents?: true

Size: 297 Bytes

Versions: 1

Compression:

Stored size: 297 Bytes

Contents

install:
  - git clone https://github.com/uber/h3.git h3_build
  - pushd h3_build
  - cmake . -DBUILD_SHARED_LIBS=true
  - make
  - sudo make install
  - popd
  - bundle install
language: ruby
cache: bundler
rvm:
  - 2.4
addons:
  apt:
    packages:
    - cmake
    - make
    - gcc
    - libtool

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
h3-3.2.0 .travis.yml