Removed promote-until-clean because it moves the file out of _build instead of copying it, which causes issues for the gitlab build
This commit is contained in:
parent
76ad9c47ec
commit
c3b1c1ac0f
@ -2,7 +2,8 @@
|
|||||||
(target fold.ml)
|
(target fold.ml)
|
||||||
(deps generator.py)
|
(deps generator.py)
|
||||||
(action (with-stdout-to fold.ml (run python3 ./generator.py)))
|
(action (with-stdout-to fold.ml (run python3 ./generator.py)))
|
||||||
(mode (promote (until-clean))))
|
; (mode (promote (until-clean))) ; If this is uncommented, then "dune build -p ligo" can't find the file (but "dune build" can)
|
||||||
|
)
|
||||||
; (library
|
; (library
|
||||||
; (name adt_generator)
|
; (name adt_generator)
|
||||||
; (public_name ligo.adt_generator)
|
; (public_name ligo.adt_generator)
|
||||||
|
Loading…
Reference in New Issue
Block a user