Skip to content
Snippets Groups Projects
Commit b29d4e44 authored by Gabriel's avatar Gabriel
Browse files

directory renaming

parent 5a77f110
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 4 deletions
......@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- name: setup
run: ci/bootstrap.sh
run: tools/bootstrap.sh
shell: sh
- name: install personoj
......@@ -23,7 +23,7 @@ jobs:
- name: translate and typecheck
run: |
eval $(opam env --switch=~/lambdapi --set-switch)
cd pvs-translation-tools/prelude || exit 1
cd tools/prelude || exit 1
# Comment out theories that consume too much memory during
# typechecking
sed -i 's/^floor_ceil$/-floor_ceil/' theories
......
......@@ -36,4 +36,4 @@ the path (absolute or relative to `$HOME`) to the `exporter` directory.
### Usage
See `pvs-translation-tools/README.md`.
See `tools/README.md`.
File moved
File moved
......@@ -39,7 +39,7 @@ gclone https://github.com/SRI-CSL/PVS.git PVS pvs7.1
PVSPATH="${HOME}/PVS"
export PVSPATH
for p in $(find pvs-translation-tools/prelude_patches -name '*.diff' | sort); do
for p in $(find tools/prelude_patches -name '*.diff' | sort); do
patch "${PVSPATH}/lib/prelude.pvs" "$p"
done
......
File moved
File moved
File moved
File moved
File moved
File moved
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