summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/deheader_sdl2.sh
blob: 2c79209567c2450636dce78e53f594849f8cc2d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

export LOGFILE2=deheader2.log

source ./tools/ci/scripts/init.sh

aptget_install python wget \
    gcc-5 g++-5 \
    libphysfs-dev \
    libxml2-dev libcurl4-gnutls-dev libpng-dev \
    libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev

export dir=$(pwd)

rm deheader
wget "https://gitlab.com/4144/deheader/raw/master/deheader"
chmod +x deheader