Davide Pesavento | 75a8384 | 2021-11-20 16:52:22 -0500 | [diff] [blame] | 1 | name: CI |
| 2 | on: |
| 3 | push: |
Davide Pesavento | 49326eb | 2024-04-21 22:12:31 -0400 | [diff] [blame^] | 4 | paths-ignore: |
| 5 | - 'Dockerfile' |
| 6 | - '.dockerignore' |
| 7 | - '.editorconfig' |
| 8 | - '.gitignore' |
| 9 | - '.mailmap' |
| 10 | - '*.md' |
Davide Pesavento | 75a8384 | 2021-11-20 16:52:22 -0500 | [diff] [blame] | 11 | workflow_dispatch: |
| 12 | |
Davide Pesavento | 95657aa | 2023-02-12 17:14:32 -0500 | [diff] [blame] | 13 | permissions: {} |
Davide Pesavento | 75a8384 | 2021-11-20 16:52:22 -0500 | [diff] [blame] | 14 | |
| 15 | jobs: |
Davide Pesavento | 95657aa | 2023-02-12 17:14:32 -0500 | [diff] [blame] | 16 | Ubuntu: |
| 17 | uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1 |
| 18 | macOS: |
| 19 | uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1 |
Davide Pesavento | a4951d3 | 2023-11-25 22:50:05 -0500 | [diff] [blame] | 20 | PPA: |
| 21 | uses: named-data/actions/.github/workflows/ppa.yml@v1 |
| 22 | with: |
| 23 | extra-deps: libboost-program-options-dev |