This commit is contained in:
swrup 2025-11-11 02:07:51 +01:00
parent aa2ff7b2f0
commit 2f3113f55d
11742 changed files with 1223940 additions and 0 deletions

View file

@ -0,0 +1,16 @@
(cram
(applies_to :whole_subtree)
(deps
(package dune)
(package dune-site)))
; The test being broken on CI, we deactivate it when
; we detect that the CI environment variable is not
; set. Most CI systems set it.
(cram
(applies_to run_2_9 run)
(enabled_if
(and
(not %{env:CI=false})
(not %{env:INSIDE_NIX=false}))))