Create a (very imperfect) container to run framac

Work woth Makefile
This commit is contained in:
Yorick Barbanneau 2023-05-03 00:56:19 +02:00
parent 83b5a97914
commit 522bdb0218
4 changed files with 73 additions and 2 deletions

View file

@ -0,0 +1,7 @@
#!/bin/sh
opam init --compiler 4.14.1 --disable-sandboxing --shell-setup
eval $(opam env)
opam install frama-c z3 -y
why3 config detect
opam clean