Skip to content
Snippets Groups Projects
Commit 263bd38d authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1340: ci macOS: add Knot 3.2

parents a8472be3 27fc2913
Branches
Tags
1 merge request!1340macOS: add Knot 3.2
Pipeline #104475 failed with stages
in 1 hour, 45 minutes, and 21 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment