Use xvfb-run during windows builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-27 13:51:08 +01:00
parent eb49a45d82
commit 10330964ea
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -745,7 +745,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env win32; popd
make features
make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
xvfb-run make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
- name: Build win64 cross-compiled (carla)
run: |
pushd deps/PawPaw; source local.env win32; popd
@ -837,7 +837,7 @@ jobs:
run: |
pushd deps/PawPaw; source local.env win64; popd
make features
make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
xvfb-run make CIBUILD=true NOOPT=true WITH_LTO=true -j $(nproc)
- name: Build win64 cross-compiled (carla)
run: |
pushd deps/PawPaw; source local.env win64; popd