Davide Pesavento | 75a8384 | 2021-11-20 16:52:22 -0500 | [diff] [blame] | 1 | name: CI |
| 2 | on: |
| 3 | push: |
Davide Pesavento | 75a8384 | 2021-11-20 16:52:22 -0500 | [diff] [blame] | 4 | workflow_dispatch: |
| 5 | |
Davide Pesavento | 95657aa | 2023-02-12 17:14:32 -0500 | [diff] [blame] | 6 | permissions: {} |
Davide Pesavento | 75a8384 | 2021-11-20 16:52:22 -0500 | [diff] [blame] | 7 | |
| 8 | jobs: |
Davide Pesavento | 95657aa | 2023-02-12 17:14:32 -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 | a4951d3 | 2023-11-25 22:50:05 -0500 | [diff] [blame^] | 13 | PPA: |
| 14 | uses: named-data/actions/.github/workflows/ppa.yml@v1 |
| 15 | with: |
| 16 | extra-deps: libboost-program-options-dev |