Davide Pesavento | ab6ac5d | 2021-10-05 23:23:53 -0400 | [diff] [blame] | 1 | name: CI |
| 2 | on: |
| 3 | push: |
Davide Pesavento | ab6ac5d | 2021-10-05 23:23:53 -0400 | [diff] [blame] | 4 | workflow_dispatch: |
| 5 | |
Davide Pesavento | 665f89c | 2023-02-14 16:45:07 -0500 | [diff] [blame] | 6 | permissions: {} |
Davide Pesavento | ab6ac5d | 2021-10-05 23:23:53 -0400 | [diff] [blame] | 7 | |
| 8 | jobs: |
Davide Pesavento | 665f89c | 2023-02-14 16:45:07 -0500 | [diff] [blame] | 9 | Ubuntu: |
| 10 | uses: named-data/actions/.github/workflows/jenkins-script-ubuntu.yml@v1 |
| 11 | macOS: |
| 12 | uses: named-data/actions/.github/workflows/jenkins-script-macos.yml@v1 |
Davide Pesavento | 33a39bd | 2023-11-25 22:37:37 -0500 | [diff] [blame] | 13 | PPA: |
| 14 | uses: named-data/actions/.github/workflows/ppa.yml@v1 |
| 15 | with: |
| 16 | extra-deps: libboost-program-options-dev |