Skip to content

Merge remote-tracking branch 'origin/topic/awelzel/ci-fedora-39' #227

Merge remote-tracking branch 'origin/topic/awelzel/ci-fedora-39'

Merge remote-tracking branch 'origin/topic/awelzel/ci-fedora-39' #227

Workflow file for this run

name: Check
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
distro:
- ubuntu-2304
- fedora-38
- fedora-39
- fedora-39-nightly
- debian-bookworm
- debian-bookworm-lts
steps:
- uses: actions/checkout@v2
- name: Check (clang-format, build, btest, clang-tidy)
run: docker build -t zeekjs-check-${{ matrix.distro }} -f docker/${{ matrix.distro }}.Dockerfile .
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Documentation
run: make -C doc container-html
- name: Archive html docs
uses: actions/upload-artifact@v2
with:
name: html
path: doc/_build/html