File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
sudo apt-get install -y opam cloc sqlite3 zip
8
8
# conveniences for VM
9
9
sudo apt-get install -y virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-utils vim firefox
10
+ # CoqIDE dependencies
11
+ sudo apt-get install -y pkg-config libgtksourceview2.0-dev
10
12
11
13
# install stack
12
14
wget -qO- https://get.haskellstack.org/ | sh
@@ -16,7 +18,7 @@ stack setup --resolver=lts-13.8
16
18
opam init --auto-setup
17
19
eval $( opam config env)
18
20
opam repo add coq-released https://coq.inria.fr/opam/released/
19
- opam install -j2 -y coq.8.9.0
21
+ opam install -j2 -y coq.8.9.0 coqide
20
22
21
23
# # set up artifact
22
24
# we do a build first to set up the stack cache
Original file line number Diff line number Diff line change 78
78
},
79
79
{
80
80
"type" : " file" ,
81
- "source" : " ../argosy-artifact.tgz " ,
82
- "destination" : " /tmp/argosy-artifact.tar.gz "
81
+ "source" : " ../argosy-artifact.zip " ,
82
+ "destination" : " /tmp/argosy-artifact.zip "
83
83
},
84
84
{
85
85
"type" : " shell" ,
You can’t perform that action at this time.
0 commit comments