Skip to content

Add Grid bindings and GridCreate go function #194

Add Grid bindings and GridCreate go function

Add Grid bindings and GridCreate go function #194

Workflow file for this run

name: osx-build
on:
push:
branches:
- main
pull_request:
jobs:
osx:
runs-on: macOS-latest
name: macOS test
env:
GODEBUG: cgocheck=2
steps:
- name: install gdal
run: brew install pkg-config gdal proj geos
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Tests
run: go test . -race