Skip to content

Commit 82a8813

Browse files
committed
Update VM to include CoqIDE
1 parent ee3fa27 commit 82a8813

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

artifact/vm/scripts/setup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ set -e
77
sudo apt-get install -y opam cloc sqlite3 zip
88
# conveniences for VM
99
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
1012

1113
# install stack
1214
wget -qO- https://get.haskellstack.org/ | sh
@@ -16,7 +18,7 @@ stack setup --resolver=lts-13.8
1618
opam init --auto-setup
1719
eval $(opam config env)
1820
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
2022

2123
## set up artifact
2224
# we do a build first to set up the stack cache

artifact/vm/ubuntu-desktop.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
},
7979
{
8080
"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"
8383
},
8484
{
8585
"type": "shell",

0 commit comments

Comments
 (0)