Skip to content

Added --dump-index-info which will call /<index> to get settings and … #18

Added --dump-index-info which will call /<index> to get settings and …

Added --dump-index-info which will call /<index> to get settings and … #18

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-10.15, ubuntu-20.04 ]
steps:
- uses: actions/checkout@v2
- name: Setup Git
run: git submodule update --init --recursive
- name: Install dependencies (Ubuntu 20.04)
run: sudo apt-get install libcurl4-openssl-dev
if: matrix.os == 'ubuntu-20.04'
- name: Make
run: make