Install prerequisite software

This commit is contained in:
Carlo Sciolla 2018-08-14 21:34:27 +02:00
parent 6a515fc360
commit 9445f0db7d
No known key found for this signature in database
GPG Key ID: BA5D71E6F3C580C1
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@ default: &default-steps
steps:
- checkout
- run: apt-get update
- run: apt-get install -y openjdk-8-jre make
- run: apt-get install -y openjdk-8-jre make python git
- run: curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
- run: export PATH="/root/.cask/bin:$PATH"
- run: make
# Enumerated list of Emacs versions