| name: CI | |
| on: | |
| push: | |
| branches: | |
| - '**' | |
| paths-ignore: | |
| - 'Dockerfile' | |
| - '.dockerignore' | |
| - 'docs/**' | |
| - '.editorconfig' | |
| - '.gitignore' | |
| - '.mailmap' | |
| - '*.md' | |
| 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 | |
| PPA: | |
| uses: named-data/actions/.github/workflows/ppa.yml@v1 | |
| with: | |
| extra-deps: libpsync-dev |