This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
16
unikernel/duniverse/dune_/otherlibs/dune-site/test/dune
Normal file
16
unikernel/duniverse/dune_/otherlibs/dune-site/test/dune
Normal 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}))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue