Skip to content

Update README.md

Update README.md #26

Workflow file for this run

name: Build CaptiveDNS
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
all:
strategy:
matrix:
os: [ubuntu, windows, macos]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@main
- name: Install Qt
uses: jurplel/install-qt-action@v3
- uses: ilammy/msvc-dev-cmd@v1
- name: Build ${{ matrix.platform }}
shell: bash
run: cd CaptiveDNS && qmake && make