Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Refinedrust Dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Gäher
Refinedrust Dev
Commits
10beecda
Commit
10beecda
authored
1 year ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
update scripts
parent
9cf59d95
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#93233
passed
1 year ago
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/install-frontend.sh
+7
-0
7 additions, 0 deletions
scripts/install-frontend.sh
scripts/install-typesystem.sh
+8
-0
8 additions, 0 deletions
scripts/install-typesystem.sh
scripts/setup-coq.sh
+1
-1
1 addition, 1 deletion
scripts/setup-coq.sh
with
16 additions
and
1 deletion
scripts/install-frontend.sh
0 → 100755
+
7
−
0
View file @
10beecda
#!/bin/bash
# Installs the frontend.
# Inputs:
# - REFINEDRUST_ROOT: the root directory of the RefinedRust checkout
cd
$REFINEDRUST_ROOT
/rr_frontend
&&
./refinedrust
install
This diff is collapsed.
Click to expand it.
scripts/install-typesystem.sh
0 → 100755
+
8
−
0
View file @
10beecda
#!/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
This diff is collapsed.
Click to expand it.
scripts/setup-coq.sh
+
1
−
1
View file @
10beecda
#!/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment