From c6eaf6f117e0fe6c92a81dab542845d4ae8f64f7 Mon Sep 17 00:00:00 2001 From: Arnaud Bailly Date: Mon, 13 Oct 2025 18:46:17 +0200 Subject: add minimal radicle CI configuration --- .radicle/native.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .radicle/native.yaml (limited to '.radicle/native.yaml') diff --git a/.radicle/native.yaml b/.radicle/native.yaml new file mode 100644 index 0000000..4d4c0fe --- /dev/null +++ b/.radicle/native.yaml @@ -0,0 +1,13 @@ +shell: | + # set PATH to use GHCUP installed GHC + export PATH=~/.cabal/bin:~/.ghcup/bin:$PATH + export PATH=~/.radicle/bin:$PATH + + USER=$(id -un) + HOME=$(getent passwd "$USER" | cut -d: -f6) + + ghc --version + cabal --version + + cd lambda-calcul/haskell + cabal test all -- cgit v1.2.3