Skip to content

Choose the megatile features from those that will be in the next N zooms #986

Choose the megatile features from those that will be in the next N zooms

Choose the megatile features from those that will be in the next N zooms #986

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
version: ['Release', 'Debug']
steps:
- uses: actions/checkout@v3
- run: uname -a; BUILDTYPE=${{ matrix.version }} make
- run: make test