serial_reader/.gitea/workflows/pull_request.yaml

21 lines
567 B
YAML
Raw Normal View History

2024-03-11 20:37:38 +00:00
name: Terrarium Controller Merge Build
run_name: Test successful terrarium controller build on merge request
on:
pull_request:
types: [opened, reopened, edited, review_requested, synchronize]
jobs:
Build:
steps:
- uses: https://github.com/actions/checkout@main
2024-03-11 20:37:38 +00:00
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Install dependencies
run: |
apt-get update
apt-get install --no-install-recommends -y libpango1.0-dev libgtk-3-dev libudev-dev
2024-03-11 20:37:38 +00:00
- name: Build
run: cargo build