aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-04-20 14:07:37 +0200
committerLoïc Hoguin <[email protected]>2020-04-20 14:07:37 +0200
commit06dd5449f919626c41463c452c29eceeed565473 (patch)
treec706f42fd828e7cef0549eaf9d53596b14ff8b49
parentb6cbb51a666faf03fc922374eb9d137a09b11217 (diff)
downloadci-06dd5449f919626c41463c452c29eceeed565473.tar.gz
ci-06dd5449f919626c41463c452c29eceeed565473.tar.bz2
ci-06dd5449f919626c41463c452c29eceeed565473.zip
Add esdl2 related packages to some environments
-rwxr-xr-xalpine.sh2
-rwxr-xr-xdebian.sh2
-rwxr-xr-xubuntu.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/alpine.sh b/alpine.sh
index 8a1bdda..8c5e21c 100755
--- a/alpine.sh
+++ b/alpine.sh
@@ -11,7 +11,7 @@ PACKAGES="pcre ca-certificates openssl-dev ncurses-dev zlib-dev \
openssh bash curl zsh vim sudo git build-base autoconf gawk \
go dep shadow rsync sdl2-dev sdl2_image-dev sdl2_ttf-dev p7zip \
cppcheck clang-analyzer groff parallel mercurial subversion grep unzip \
- coreutils"
+ coreutils bsd-compat-headers"
for f in ci.d/*; do source "$f"; done
diff --git a/debian.sh b/debian.sh
index 66b95f3..e309013 100755
--- a/debian.sh
+++ b/debian.sh
@@ -12,7 +12,7 @@ ARCH=amd64
PACKAGES="gnupg apt-transport-https curl libssl-dev libncurses5-dev \
zsh vim sudo erlang-nox erlang-dev git make autoconf automake gcc \
golang golang-glide rsync parallel mercurial subversion p7zip-full \
- libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
+ libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang clang-tools \
groff-base unzip"
for f in ci.d/*; do source "$f"; done
diff --git a/ubuntu.sh b/ubuntu.sh
index 1716eb2..e19b4a1 100755
--- a/ubuntu.sh
+++ b/ubuntu.sh
@@ -9,7 +9,7 @@ RELEASE=disco
ARCH=amd64
PACKAGES="curl libssl-dev libncurses5-dev zsh vim sudo erlang-nox git \
make autoconf automake gcc golang go-dep rsync \
- libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang \
+ libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev cppcheck clang clang-tools \
groff-base psmisc p7zip-full unzip subversion mercurial parallel"
for f in ci.d/*; do source "$f"; done