[bootlin/training-materials updates] master: .github: wire up PREEMPT_RT training course (f01e9f38)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 26 16:00:29 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/f01e9f38f4dc355fb847255be896153c9d5b4089

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

commit f01e9f38f4dc355fb847255be896153c9d5b4089
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>


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

f01e9f38f4dc355fb847255be896153c9d5b4089
 .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