-
Notifications
You must be signed in to change notification settings - Fork 31
31 lines (30 loc) · 768 Bytes
/
Copy pathci.yml
File metadata and controls
31 lines (30 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
on:
push:
branches: [ staging, trying, master ]
pull_request:
name: Continuous integration
jobs:
ci_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
- uses: actions-rs/cargo@v1
with:
command: build
args: --package display-interface-spi
- uses: actions-rs/cargo@v1
with:
command: build
args: --package display-interface-i2c
- uses: actions-rs/cargo@v1
with:
command: build
args: --package display-interface-parallel-gpio