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:
Suzanne Dupéron 2020-02-10 11:49:13 +01:00
parent 76ad9c47ec
commit c3b1c1ac0f

View File

@ -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)