46bac78888
Switch source archive (tarball) to xz compression and mention using gerrit for code review in the README Change-Id: Ie69de065311737f6fe48976fbab5f896f3960e06
13 lines
236 B
YAML
13 lines
236 B
YAML
name: CI
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
permissions: {}
|
|
|
|
jobs:
|
|
Ubuntu:
|
|
uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1
|
|
macOS:
|
|
uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1
|