mesa/.gitlab-ci/container/debian/x86_build-base-wine.sh

17 lines
261 B
Bash

#!/bin/bash
set -e
set -o xtrace
# Installing wine, need this for testing mingw or nine
apt-get update
apt-get install -y --no-remove \
wine \
wine64 \
xvfb
# Used to initialize the Wine environment to reduce build time
wine64 whoami.exe