Skip to content
Snippets Groups Projects

macOS: add Knot 3.2

Merged Oto Šťáva requested to merge macos-knot32 into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -6,6 +6,9 @@ jobs:
build-test:
name: Build & unit tests & sanity check
runs-on: macOS-latest
strategy:
matrix:
knot-version: ['3.1', '3.2']
steps:
- name: Checkout resolver code
@@ -19,7 +22,7 @@ jobs:
- name: Install libknot from sources
env:
KNOT_DNS_VERSION: '3.1'
KNOT_DNS_VERSION: ${{ matrix.knot-version }}
run: |
git clone -b ${KNOT_DNS_VERSION} https://gitlab.nic.cz/knot/knot-dns.git
cd knot-dns
Loading