Skip to content

Commit

Permalink
Update VM to include CoqIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Feb 22, 2019
1 parent ee3fa27 commit 82a8813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion artifact/vm/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ set -e
sudo apt-get install -y opam cloc sqlite3 zip
# conveniences for VM
sudo apt-get install -y virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-utils vim firefox
# CoqIDE dependencies
sudo apt-get install -y pkg-config libgtksourceview2.0-dev

# install stack
wget -qO- https://get.haskellstack.org/ | sh
Expand All @@ -16,7 +18,7 @@ stack setup --resolver=lts-13.8
opam init --auto-setup
eval $(opam config env)
opam repo add coq-released https://coq.inria.fr/opam/released/
opam install -j2 -y coq.8.9.0
opam install -j2 -y coq.8.9.0 coqide

## set up artifact
# we do a build first to set up the stack cache
Expand Down
4 changes: 2 additions & 2 deletions artifact/vm/ubuntu-desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
},
{
"type": "file",
"source": "../argosy-artifact.tgz",
"destination": "/tmp/argosy-artifact.tar.gz"
"source": "../argosy-artifact.zip",
"destination": "/tmp/argosy-artifact.zip"
},
{
"type": "shell",
Expand Down

0 comments on commit 82a8813

Please sign in to comment.