Closed Lysxia closed 4 years ago
I can't figure out the syntax to have some steps run conditionally in CI. See last commit on branch correct.
correct
I want to run opam install -t for Coq >= 8.10, and just opam install for Coq <= 8.9
opam install -t
opam install
@liyishuai Do you know how to do this?
OPAMWITHTEST=true implies opam install -t.
OPAMWITHTEST=true
Oh I see, I keep forgetting that option! Thanks @liyishuai !
I can't figure out the syntax to have some steps run conditionally in CI. See last commit on branch
correct
.I want to run
opam install -t
for Coq >= 8.10, and justopam install
for Coq <= 8.9@liyishuai Do you know how to do this?