Skip to content
Snippets Groups Projects
Commit aa5cf99d authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

okej

parent 1125fd74
No related branches found
No related tags found
No related merge requests found
Pipeline #1301 failed with stages
in 11 minutes and 51 seconds
...@@ -4,6 +4,7 @@ set -e ...@@ -4,6 +4,7 @@ set -e
export DISPLAY=:0.0 export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine" export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32" export WINEARCH="win32"
export FONTCONFIG_PATH=/etc/fonts
apt-get update apt-get update
apt-get install -y python-software-properties apt-get install -y python-software-properties
......
...@@ -5,6 +5,7 @@ set -x ...@@ -5,6 +5,7 @@ set -x
export DISPLAY=:0.0 export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine" export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32" export WINEARCH="win32"
export FONTCONFIG_PATH=/etc/fonts
cd /home/vagrant cd /home/vagrant
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
export DISPLAY=:0.0 export DISPLAY=:0.0
export WINEPREFIX="/home/vagrant/.wine" export WINEPREFIX="/home/vagrant/.wine"
export WINEARCH="win32" export WINEARCH="win32"
export FONTCONFIG_PATH=/etc/fonts
Xvfb :0 -screen 0 1024x768x16 || true & Xvfb :0 -screen 0 1024x768x16 || true &
rm -rf /home/vagrant/.wine/drive_c/comp || true rm -rf /home/vagrant/.wine/drive_c/comp || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment