Commit 952cca6 1 parent f0d870d commit 952cca6 Copy full SHA for 952cca6
File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 20
20
opam update
21
21
opam install why3.1.7.2
22
22
# install both alt-ergo 2.4.2 and alt-ergo 2.5.3
23
- opam install alt-ergo.2.4.2
24
23
# install both eprover-2.6 and eprover-3.0
24
+ # probably not the best way to do this but, it works for now
25
+ opam install alt-ergo.2.4.2
25
26
opam install eprover.2.6
26
27
eval $(opam env)
27
28
cp $(which alt-ergo) $(which alt-ergo)-2.4.2
@@ -45,10 +46,17 @@ jobs:
45
46
z3folder=${Z3_URL##*/}
46
47
unzip $z3folder
47
48
mv ${z3folder%.*}/bin/z3 /usr/local/bin
48
- - name : test installation
49
+ - name : debug info about installed tools
49
50
run : |
50
51
eval $(opam env)
51
- tools=(why3 alt-ergo-2.4.2 alt-ergo-2.5.3 eprover-2.6 eprover-3.0 z3 cvc4 cvc5)
52
+ tools=(why3
53
+ alt-ergo-2.4.2
54
+ alt-ergo-2.5.3
55
+ eprover-2.6
56
+ eprover-3.0
57
+ z3
58
+ cvc4
59
+ cvc5)
52
60
for tool in ${tools[@]}; do
53
61
cmd="which ${tool}"
54
62
echo $cmd
You can’t perform that action at this time.
0 commit comments