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

loading pvs

parent faa08002
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ jobs:
eval $(opam env --switch=~/lambdapi --set-switch)
bmake -C encoding install
sed "s:PVSDKPATH:$(pwd):" pvs-load.lisp > ~/.pvs.lisp
cat ~/.pvs.lisp
- name: translate and typecheck
run: |
......
......@@ -2,4 +2,4 @@
(defparameter *pvs-dedukti-path* "PVSDKPATH")
(dolist (m '("utils" "packages" "dklog" "dk-sig" "dk-recursive" "pp-dk3" "pvs"))
(load (concatenate 'string *pvs-dedukti-path* m ".lisp")))
(load (concatenate 'string *pvs-dedukti-path* "/exporter/" m ".lisp")))
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