-
Notifications
You must be signed in to change notification settings - Fork 182
145 lines (144 loc) · 4.4 KB
/
training-materials.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
on: [push, pull_request]
jobs:
embedded-linux:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-embedded-linux-slides.pdf
full-embedded-linux-qemu-slides.pdf
full-embedded-linux-labs.pdf
full-embedded-linux-qemu-labs.pdf
embedded-linux-agenda.pdf
embedded-linux-fr-agenda.pdf
embedded-linux-online-agenda.pdf
embedded-linux-online-fr-agenda.pdf
embedded-linux-labs.tar.xz
embedded-linux-qemu-labs.tar.xz
linux-kernel:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-linux-kernel-slides.pdf
full-linux-kernel-labs.pdf
full-linux-kernel-beagleplay-slides.pdf
full-embedded-linux-beagleplay-labs.pdf
linux-kernel-agenda.pdf
linux-kernel-fr-agenda.pdf
linux-kernel-online-agenda.pdf
linux-kernel-online-fr-agenda.pdf
linux-kernel-labs.tar.xz
linux-kernel-beagleplay-labs.tar.xz
buildroot:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-buildroot-slides.pdf
full-buildroot-labs.pdf
full-buildroot-stm32-slides.pdf
full-buildroot-stm32-labs.pdf
buildroot-agenda.pdf
buildroot-fr-agenda.pdf
buildroot-online-agenda.pdf
buildroot-online-fr-agenda.pdf
buildroot-labs.tar.xz
buildroot-stm32-labs.tar.xz
yocto:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-yocto-slides.pdf
full-yocto-stm32-slides.pdf
full-yocto-labs.pdf
full-yocto-stm32-labs.pdf
yocto-agenda.pdf
yocto-fr-agenda.pdf
yocto-online-agenda.pdf
yocto-online-fr-agenda.pdf
yocto-labs.tar.xz
yocto-stm32-labs.tar.xz
boot-time:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-boot-time-slides.pdf
full-boot-time-labs.pdf
boot-time-agenda.pdf
boot-time-fr-agenda.pdf
boot-time-online-agenda.pdf
boot-time-online-fr-agenda.pdf
boot-time-labs.tar.xz
graphics:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-graphics-slides.pdf
graphics-agenda.pdf
graphics-fr-agenda.pdf
graphics-online-agenda.pdf
graphics-online-fr-agenda.pdf
autotools:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-autotools-slides.pdf
full-autotools-labs.pdf
autotools-agenda.pdf
autotools-labs.tar.xz
preempt-rt:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
full-preempt-rt-slides.pdf
full-preempt-rt-labs.pdf
preempt-rt-online-agenda.pdf
preempt-rt-online-fr-agenda.pdf
debugging:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
debugging-agenda.pdf
debugging-fr-agenda.pdf
debugging-online-agenda.pdf
debugging-online-fr-agenda.pdf
full-debugging-slides.pdf
full-debugging-labs.pdf
debugging-labs.tar.xz
audio:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build-material-action
with:
args: >
audio-agenda.pdf
audio-fr-agenda.pdf
audio-online-agenda.pdf
audio-online-fr-agenda.pdf
full-audio-slides.pdf