diff options
| author | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-13 18:46:17 +0200 |
|---|---|---|
| committer | Arnaud Bailly <arnaud@pankzsoft.com> | 2025-10-13 18:46:17 +0200 |
| commit | c6eaf6f117e0fe6c92a81dab542845d4ae8f64f7 (patch) | |
| tree | 6971cdd666ecc699e95053b4e1ea79ca5b0d3648 /.radicle | |
| parent | 3a67e69bfe9492d2a2fc5e4b07cc8c909a346064 (diff) | |
| download | lambda-nantes-c6eaf6f117e0fe6c92a81dab542845d4ae8f64f7.tar.gz | |
add minimal radicle CI configuration
Diffstat (limited to '.radicle')
| -rw-r--r-- | .radicle/native.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
