[bootlin/training-materials updates] preempt-rt: .github: wire up PREEMPT_RT training course (9e241300)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 26 15:45:31 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : preempt-rt
Link       : https://github.com/bootlin/training-materials/commit/9e2413005237643105d4b1ee8d89cf30b845c1ea

>---------------------------------------------------------------

commit 9e2413005237643105d4b1ee8d89cf30b845c1ea
Author: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Date:   Tue Oct 26 15:45:31 2021 +0200

    .github: wire up PREEMPT_RT training course
    
    Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>


>---------------------------------------------------------------

9e2413005237643105d4b1ee8d89cf30b845c1ea
 .github/workflows/training-materials.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.github/workflows/training-materials.yml b/.github/workflows/training-materials.yml
index a77fca24..7deb4344 100644
--- a/.github/workflows/training-materials.yml
+++ b/.github/workflows/training-materials.yml
@@ -116,3 +116,15 @@ jobs:
             full-autotools-labs.pdf
             autotools-agenda.pdf
             autotools-labs.tar.xz
+  preempt-rt:
+    runs-on: ubuntu-20.04
+    steps:
+      - uses: actions/checkout at v2
+      - uses: ./.github/actions/build-material-action
+        with:
+          entrypoint: /usr/bin/make
+          args: >
+            full-preempt-rt-slides.pdf
+            full-preempt-rt-labs.pdf
+            preempt-rt-online-agenda.pdf
+            preempt-rt-online-fr-agenda.pdf




More information about the training-materials-updates mailing list