-
-
Notifications
You must be signed in to change notification settings - Fork 813
40 lines (37 loc) · 976 Bytes
/
build_rpi3.yml
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
32
33
34
35
36
37
38
39
40
name: BSP-RPi3
on:
push:
branches:
- master
paths-ignore:
- "utils/**"
- "doc/**"
- "docker/**"
pull_request:
branches:
- master
paths-ignore:
- "utils/**"
- "doc/**"
- "docker/**"
schedule:
- cron: "0 5 * * *"
jobs:
build:
name: Build kernels
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Set up Rust nightly
run: |
cargo install cargo-binutils rustfilt
- name: Set up Ruby
run: |
gem install bundler
bundle config set without 'uart'
bundle install --retry 3
- name: Run
run: |
BSP=rpi3 bundle exec ruby utils/devtool.rb make