mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
30 lines
432 B
YAML
30 lines
432 B
YAML
name: CI
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
HW5:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
hwVersion: "HW5"
|
|
|
|
HW4:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
hwVersion: "HW4"
|
|
|
|
HW3:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
hwVersion: "HW3"
|
|
|
|
HW2:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
hwVersion: "HW2"
|
|
|
|
HW1:
|
|
uses: ./.github/workflows/build.yml
|
|
with:
|
|
hwVersion: "HW1"
|