You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
534 B
27 lines
534 B
name: Build Test |
|
|
|
on: [push] |
|
|
|
jobs: |
|
build-ubuntu: |
|
runs-on: ubuntu-latest |
|
steps: |
|
- |
|
name: Checkout local actions |
|
uses: actions/checkout@v2 |
|
- |
|
name: Build and install web-greeter |
|
uses: "./.github/actions/build" |
|
with: |
|
target-distro: ubuntu |
|
build-debian: |
|
runs-on: ubuntu-latest |
|
steps: |
|
- |
|
name: Checkout local actions |
|
uses: actions/checkout@v2 |
|
- |
|
name: Build web-greeter |
|
uses: "./.github/actions/build" |
|
with: |
|
target-distro: debian |