From 9ffeb462255864c7c864ce1118fedbe6eebe3816 Mon Sep 17 00:00:00 2001 From: Mathieu Lobet Date: Fri, 25 Oct 2024 12:54:53 +0200 Subject: [PATCH] try to debug action for exercises --- .github/workflows/exercises.yml | 2 ++ README.md | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/exercises.yml b/.github/workflows/exercises.yml index 3edc7c3..db4969b 100644 --- a/.github/workflows/exercises.yml +++ b/.github/workflows/exercises.yml @@ -37,6 +37,8 @@ jobs: path: kokkos/install_openmp - name: Compile 02_first_program run: | + ls -al + export Kokkos_DIR=${GITHUB_WORKSPACE}/kokkos/install_openmp cd exercises/02_first_program/solution/ cmake -DCMAKE_PREFIX_PATH=${GITHUB_WORKSPACE}/kokkos/install_openmp/ ./ make diff --git a/README.md b/README.md index 9e044ce..583cefb 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,12 @@ Exercises: Projects: -- [Project 1: Wave Propagation](projects/wave/README.md) \ No newline at end of file +- [Project 1: Wave Propagation](projects/wave/README.md) + +## Compile the tutorials + +To compile the tutorials, you need a working Tex environment. + +```bash +xelatex -shell-escape main.tex +``` \ No newline at end of file