mte/unikernel/duniverse/dune_/otherlibs/dune-site/test/dune

17 lines
334 B
Text
Raw Normal View History

2025-11-11 02:07:51 +01:00
(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}))))