aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu.sh
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-24 11:34:04 +0200
committerLoïc Hoguin <[email protected]>2018-05-25 09:54:00 +0200
commit058fac3daae2b20ce8e5fc8e0efa76e5f12cf177 (patch)
tree7d7ddfef11f60012b74b6282a4b75197a5e0e8bf /ubuntu.sh
parent1c026e8e83aa2619624c41b15fb8416414b469e2 (diff)
downloadci-058fac3daae2b20ce8e5fc8e0efa76e5f12cf177.tar.gz
ci-058fac3daae2b20ce8e5fc8e0efa76e5f12cf177.tar.bz2
ci-058fac3daae2b20ce8e5fc8e0efa76e5f12cf177.zip
Add more packages for cowboy and esdl2
CentOS has SDL2 2.0.3 and that's too old for me to support so it won't be tested.
Diffstat (limited to 'ubuntu.sh')
-rwxr-xr-xubuntu.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ubuntu.sh b/ubuntu.sh
index 9a943f5..53fc004 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -8,7 +8,8 @@ DIST=ubuntu
RELEASE=artful
ARCH=amd64
PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
- make autoconf automake gcc golang golang-glide rsync"
+ make autoconf automake gcc golang golang-glide rsync \
+ libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang"
for f in ci.d/*; do source "$f"; done