This repository was archived by the owner on Jun 21, 2022. It is now read-only.
Commit dda1047 1 parent e1cca4a commit dda1047 Copy full SHA for dda1047
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
before_install :
2
2
- sudo dpkg --add-architecture i386
3
- - sudo apt-get install -y pkg-config software-properties-common wine-development gettext git build-essential flex bison gcc-multilib g++-multilib libegl1-mesa-dev libxcb-cursor-dev x11proto-core-dev x11proto-dri2-dev x11proto-dri3-dev libgl1-mesa-dev libxext-dev libxcb-dri3-dev libxcb-dri2-0-dev curl apt-transport-https
3
+ - sudo systemctl enable mysql
4
+ - sudo apt-get install -y pkg-config software-properties-common wine-development gettext git build-essential flex bison gcc-multilib g++-multilib libegl1-mesa-dev libxcb-cursor-dev x11proto-core-dev x11proto-dri2-dev x11proto-dri3-dev libgl1-mesa-dev libxext-dev libxcb-dri3-dev libxcb-dri2-0-dev curl apt-transport-https libgl1-mesa-dev:i386
4
5
- sudo add-apt-repository -y ppa:oibaf/graphics-drivers
5
6
- sudo apt-get update -qq
6
7
- sudo apt-get dist-upgrade -y
7
- - sudo apt-get install -y libegl1-mesa-dev
8
+ - sudo apt-get install -y libegl1-mesa-dev libegl1-mesa-dev:i386 libgl1-mesa-dri libgl1-mesa-dri:i386
8
9
addons :
9
10
apt :
10
11
update : true
11
12
branches :
12
13
only :
13
14
- master
15
+ - /wine-stable-.../
14
16
language : c
15
17
dist : xenial
16
18
env :
17
19
global :
18
20
- TIMEOUT=1000
19
21
matrix :
20
22
- CONFIGURE_ARGS=--enable-win64
21
- # FIXME 32bit build
23
+ - CONFIGURE_ARGS=LDFLAGS=-L/usr/lib/i386-linux-gnu/ PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig/
22
24
script :
23
25
- ./configure --with-x --without-freetype --without-fontconfig --without-curses --without-cms --without-gstreamer --without-alsa --without-capi --without-opencl --without-openal --without-netapi --without-mpg123 --without-ldap --without-krb5 --without-jpeg --without-gnutls --without-coreaudio --without-dbus --without-cups --without-gsm --without-osmesa --without-oss --without-pcap --without-png --without-pulse --without-sane --without-tiff --without-udev --without-v4l --without-xinput --without-xinput2 --without-xml --without-xslt --without-zlib --with-d3d9-nine --disable-tests $CONFIGURE_ARGS
24
26
- make include
You can’t perform that action at this time.
0 commit comments