Skip to content
Snippets Groups Projects
Commit 10beecda authored by Lennard Gäher's avatar Lennard Gäher
Browse files

update scripts

parent 9cf59d95
No related branches found
No related tags found
No related merge requests found
Pipeline #93233 passed
#!/bin/bash
# Installs the frontend.
# Inputs:
# - REFINEDRUST_ROOT: the root directory of the RefinedRust checkout
cd $REFINEDRUST_ROOT/rr_frontend && ./refinedrust install
#!/bin/bash
# Installs RefinedRust in the current opam switch.
# Inputs:
# - REFINEDRUST_ROOT: the root directory of the RefinedRust checkout
opam install coq-lithium.dev $REFINEDRUST_ROOT
opam install refinedrust.dev $REFINEDRUST_ROOT
#!/bin/bash #!/bin/bash
# Installs RefinedRust in the current opam switch. # Installs RefinedRust's dependencies in the current opam switch.
# Inputs: # Inputs:
# - REFINEDRUST_ROOT: the root directory of the RefinedRust checkout # - REFINEDRUST_ROOT: the root directory of the RefinedRust checkout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment